WebDavNotImplementedException Constructor WebDAV#
Initializes a new instance of the WebDavNotImplementedException class.

Namespace: WebDAVSharp.Server.Exceptions
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebDavNotImplementedException(
	string message = null,
	Exception innerException = null
)

Parameters

message (Optional)
Type: System String
The exception message stating the reason for the exception being thrown.
innerException (Optional)
Type: System Exception
The Exception that is the cause for this exception; or null if no inner exception is specified.
See Also