StreamClosedException Class

IT Hit WebDAV for .NET

Occurs when operation is performed on a stream, for which Close has been already called.

For a list of all members of this type, see StreamClosedException Members.

System.Object
   System.Exception
      ITHit.WebDAV.Client.Exceptions.WebDavException
         ITHit.WebDAV.Client.Exceptions.StreamClosedException

[Visual Basic]
Public Class StreamClosedException
    Inherits WebDavException
[C#]
public class StreamClosedException : WebDavException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ITHit.WebDAV.Client.Exceptions

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

StreamClosedException Members | ITHit.WebDAV.Client.Exceptions Namespace