Name | Description | |
---|---|---|
DavException |
Initializes a new instance of the DavException class.
| |
DavException(String) |
Initializes a new instance of the DavException class with a specified error message.
| |
DavException(String, DavStatus) |
Initializes a new instance of the DavException class with a specified error message.
| |
DavException(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.
| |
DavException(String, DavStatus, ErrorDetails) |
Initializes a new instance of the DavException class with a specified error message, details
and status code.
| |
DavException(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.
| |
DavException(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.
|