EndStreamModeException class | QSYS API Reference Guide
Represents errors that occur when the end of a stream mode is reached unexpectedly.
Namespace: ASNA.DataGate.DataLink Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> Exception
Constructors
Name | Description |
---|---|
EndStreamModeException() | Initializes a new instance of the class. |
EndStreamModeException(String) | Initializes a new instance of the class with a specified error message. |
EndStreamModeException(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. |
EndStreamModeException()
Initializes a new instance of the class.
EndStreamModeException()
EndStreamModeException(String)
Initializes a new instance of the class with a specified error message.
EndStreamModeException(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | message | The message that describes the error. |
EndStreamModeException(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.
EndStreamModeException(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. |