Click or drag to resize

UnauthorizedException Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the UnauthorizedException class with a specified error message, a reference to the inner exception that is the cause of this exception, href of the item and multistatus response caused the error.

Namespace:  ITHit.WebDAV.Client.Exceptions
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public UnauthorizedException(
	string message,
	Uri href,
	string httpMethod,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message string.
href
Type: SystemUri
The href of an item caused the current exception.
httpMethod
Type: SystemString
Http method for which request failed.
innerException
Type: SystemException
The Exception instance that caused the current exception.
See Also