WebDavException Constructor (String)WebDAV#
Initializes a new instance of the WebDavException class.

Namespace: WebDAVSharp.Server.Exceptions
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebDavException(
	string message
)

Parameters

message
Type: System String
The exception message stating the reason for the exception being thrown.
See Also