Click or drag to resize

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
)

Parameters

message
Type: SystemString
Error message.
innerException
Type: SystemException
Usually this will be WebException
See Also