ChannelIOStreamException Constructors

Definition

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

Initializes a new instance of the class.

Overloads

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.

ChannelIOStreamException()

Initializes a new instance of the class.

ChannelIOStreamException()

ChannelIOStreamException(String)

Initializes a new instance of the class with a specified error message.

ChannelIOStreamException(String)

Parameters

Type Parameter name Description
String message The message that describes the error.

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(String, Exception)

Parameters

Type Parameter name Description
String message The error message that explains the reason for the exception.
Exception innerException The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

ChannelIOStreamException(Exception)

Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.

ChannelIOStreamException(Exception)

Parameters

Type Parameter name Description
Exception inner The exception that is the cause of the current exception.

See Also