Click or drag to resize

ClosedException Class

An exception thrown when the connection closed.
Inheritance Hierarchy
SystemObject
  SystemException
    Demo3D.IOAPIException
      Demo3D.IOClosedException

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public class ClosedException : APIException

The ClosedException type exposes the following members.

Constructors
  NameDescription
Public methodClosedException
Generates a ClosedException.
Top
See Also