Click or drag to resize

WebDavException Constructor (String)

IT Hit WebDAV Classes Reference
Initializes a new instance of the WebDavException class with a specified error message.

Namespace:  ITHit.WebDAV.Client.Exceptions
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public WebDavException(
	string message
)

Parameters

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