PreconditionFailedException Constructor 

IT Hit WebDAV for .NET

Initializes a new instance of the PreconditionFailedException 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.

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

Parameters

message
The error message string.
href
The href of an item caused the current exception.
multistatus
Multistatus response containing error information.
innerException
The Exception instance that caused the current exception.

See Also

PreconditionFailedException Class | ITHit.WebDAV.Client.Exceptions Namespace