Click or drag to resize

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
)

Parameters

message
Type: SystemString
The message that describes the error.
status
Type: ITHit.WebDAV.ServerDavStatus
DavStatus instance that descrives the error.
See Also