DavException Constructor (String, DavStatus)
IT Hit WebDAV Classes Reference
Initializes a new instance of the
DavException class with a specified error message.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public DavException(
string message,
DavStatus status
)
Public Sub New (
message As String,
status As DavStatus
)
public:
DavException(
String^ message,
DavStatus status
)
new :
message : string *
status : DavStatus -> DavException
Parameters
- message
- Type: SystemString
The message that describes the error. - status
- Type: ITHit.WebDAV.ServerDavStatus
DavStatus instance that descrives the error.
See Also