FileContentModifiedException Constructor
IT Hit WebDAV Classes Reference
Initializes a new instance of the
FileContentModifiedException 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 FileContentModifiedException(
string message,
Uri resourceUri
)
Public Sub New (
message As String,
resourceUri As Uri
)
public:
FileContentModifiedException(
String^ message,
Uri^ resourceUri
)
new :
message : string *
resourceUri : Uri -> FileContentModifiedException
Parameters
- message
- Type: SystemString
The error message string. - resourceUri
- Type: SystemUri
Uri of the resource caused the current exception.
See Also