StreamClosedException Constructor (String, Exception)
IT Hit WebDAV Classes Reference
Initializes new instance.
Namespace:
ITHit.WebDAV.Client.Exceptions
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax public StreamClosedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
StreamClosedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> StreamClosedException
Parameters
- message
- Type: SystemString
Error message. - innerException
- Type: SystemException
Usually this will be WebException
See Also