PropertyException Constructor 

IT Hit WebDAV for .NET

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.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal href As Uri, _
   ByVal propertyName As PropertyName, _
   ByVal multistatus As IMultistatus, _
   ByVal status As HttpStatus, _
   ByVal innerException As Exception _
)
[C#]
public PropertyException(
   string message,
   Uri href,
   PropertyName propertyName,
   IMultistatus multistatus,
   HttpStatus status,
   Exception innerException
);

Parameters

message
The error message string.
href
The href of an item caused the current exception.
propertyName
Name of the property processing of which caused the exception.
multistatus
Multistatus response containing error information.
status
Status of response that caused error.
innerException
The Exception instance that caused the current exception.

See Also

PropertyException Class | ITHit.WebDAV.Client.Exceptions Namespace