Click or drag to resize

PeerDisconnectedException Class

An exception thrown when the peer disconnects.
Inheritance Hierarchy
SystemObject
  SystemException
    Demo3D.IOIOException
      Demo3D.IOPeerDisconnectedException

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

The PeerDisconnectedException type exposes the following members.

Constructors
  NameDescription
Public methodPeerDisconnectedException
The peer disconnected.
Top
See Also