PropertyConflictException Class

IT Hit WebDAV for .NET

Thrown when server responded with Property Conflict http response.

For a list of all members of this type, see PropertyConflictException Members.

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.WebDavHttpException
            ITHit.WebDAV.Client.Exceptions.PropertyException
               ITHit.WebDAV.Client.Exceptions.PropertyConflictException

[Visual Basic]
Public Class PropertyConflictException
    Inherits PropertyException
[C#]
public class PropertyConflictException : PropertyException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The client has provided a value whose semantics are not appropriate for the property. This includes trying to set read-only properties.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

PropertyConflictException Members | ITHit.WebDAV.Client.Exceptions Namespace