WebDavException Constructor

IT Hit WebDAV for .NET

Initializes a new instance of the WebDavException class with a specified error message.

Overload List

Initializes a new instance of the WebDavException class with a specified error message.

public WebDavException(string);

Initializes a new instance of the WebDavException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public WebDavException(string,Exception);

See Also

WebDavException Class | ITHit.WebDAV.Client.Exceptions Namespace