NotImplementedException Class

IT Hit WebDAV for .NET

The method is not implemented.

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

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

[Visual Basic]
Public Class NotImplementedException
    Inherits WebDavHttpException
[C#]
public class NotImplementedException : 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 501 (Not Implemented) http response. The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

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

See Also

NotImplementedException Members | ITHit.WebDAV.Client.Exceptions Namespace