Click or drag to resize

DavException Constructor

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodDavException
Initializes a new instance of the DavException class.
Public methodDavException(String)
Initializes a new instance of the DavException class with a specified error message.
Public methodDavException(String, DavStatus)
Initializes a new instance of the DavException class with a specified error message.
Public methodDavException(String, Exception)
Initializes a new instance of the DavException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodDavException(String, DavStatus, ErrorDetails)
Initializes a new instance of the DavException class with a specified error message, details and status code.
Public methodDavException(String, Exception, DavStatus)
Initializes a new instance of the DavException class with a specified error message, status code and a reference to the inner exception that is the cause of this exception.
Public methodDavException(String, Exception, DavStatus, ErrorDetails)
Initializes a new instance of the DavException class with a specified error message, description, status code and a reference to the inner exception that is the cause of this exception.
Top
See Also