WebDavException Constructor (String)
IT Hit WebDAV Classes Reference
Initializes a new instance of the
WebDavException class with
a specified error message.
Namespace:
ITHit.WebDAV.Client.Exceptions
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax public WebDavException(
string message
)
Public Sub New (
message As String
)
public:
WebDavException(
String^ message
)
new :
message : string -> WebDavException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also