PropertyForbiddenException Class

IT Hit WebDAV for .NET

Thrown when server responded with Property forbidden http response.

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

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

[Visual Basic]
Public Class PropertyForbiddenException
    Inherits PropertyException
[C#]
public class PropertyForbiddenException : 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, for reasons the server chooses not to specify, cannot alter one of the properties.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

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

See Also

PropertyForbiddenException Members | ITHit.WebDAV.Client.Exceptions Namespace