UnsupportedDeltaVResult Constructor (String)
IT Hit WebDAV Classes Reference
Initializes a new instance of the
UnsupportedDeltaVResult 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 UnsupportedDeltaVResult(
string message
)
Public Sub New (
message As String
)
public:
UnsupportedDeltaVResult(
String^ message
)
new :
message : string -> UnsupportedDeltaVResult
Parameters
- message
- Type: SystemString
The error message string.
See Also