Click or drag to resize

DavException Constructor (String, DavStatus, ErrorDetails)

IT Hit WebDAV Classes Reference
Initializes a new instance of the DavException class with a specified error message, details and status code.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public DavException(
	string message,
	DavStatus status,
	ErrorDetails errorDetails
)

Parameters

message
Type: SystemString
The message that describes the error.
status
Type: ITHit.WebDAV.ServerDavStatus
DavStatus instance that descrives the error.
errorDetails
Type: ITHit.WebDAV.ServerErrorDetails
XML element name and namespace which provides more specific information about error.
See Also