Initializes a new instance of the WebDavException class with a specified error message.
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);
WebDavException Class | ITHit.WebDAV.Client.Exceptions Namespace