ForbiddenException Class

IT Hit WebDAV for .NET

The server refused to fulfill the request.

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

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.WebDavHttpException
            ITHit.WebDAV.Client.Exceptions.ForbiddenException

[Visual Basic]
NotInheritable Public Class ForbiddenException
    Inherits WebDavHttpException
[C#]
public sealed class ForbiddenException : WebDavHttpException

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

Thrown when server responded with 403 (Forbidden) http response. The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

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

See Also

ForbiddenException Members | ITHit.WebDAV.Client.Exceptions Namespace