Click or drag to resize

PropertyException Constructor (String, Uri, PropertyName, IMultistatusAsync, HttpStatus, Exception)

IT Hit WebDAV Classes Reference
Initializes a new instance of the PropertyException 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: 2.0.420.0
Syntax
public PropertyException(
	string message,
	Uri href,
	PropertyName propertyName,
	IMultistatusAsync multistatus,
	HttpStatus status,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message string.
href
Type: SystemUri
The href of an item caused the current exception.
propertyName
Type: ITHit.WebDAV.ClientPropertyName
Name of the property processing of which caused the exception.
multistatus
Type: ITHit.WebDAV.ClientIMultistatusAsync
Multistatus response containing error information.
status
Type: ITHit.WebDAV.ClientHttpStatus
Status of response that caused error.
innerException
Type: SystemException
The Exception instance that caused the current exception.
See Also