ChannelIOStreamException class

Represents errors that occur during I/O operations on a channel stream.

Namespace: ASNA.DataGate.DataLink Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object –> Exception

Constructors

Name Description
ChannelIOStreamException() Initializes a new instance of the class.
ChannelIOStreamException(String) Initializes a new instance of the class with a specified error message.
ChannelIOStreamException(String, Exception) Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
ChannelIOStreamException(Exception) Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.