Click or drag to resize

NotModifiedException Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the NotModifiedException 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 with error details.

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

Parameters

message
Type: System.String
The error message string.
href
Type: System.Uri
The href of an item caused the current exception.
multistatus
Type: ITHit.WebDAV.Client.IMultistatus
Multistatus response containing error information.
httpMethod
Type: System.String
Http method for which request failed.
innerException
Type: System.Exception
The Exception instance that caused the current exception.
See Also