Click or drag to resize

DavException Constructor (String)

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
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also