EException Class

Holds the exception information, that is the code and the description of the error that has thrown the exception.

Remarks

Each time an Open eVision error occurs, an exception is thrown. Exceptions feature an error code and a description. To catch a potentially arising exception, the function call is included in a try-catch block.

Namespace: Euresys::Open_eVision

Methods

Constructs a EException object.
Code of the error that has thrown the exception.
Assignment operator.
Code of the error that has thrown the exception.
Returns the description of the error that has thrown the exception.

EException Class

Holds the exception information, that is the code and the description of the error that has thrown the exception.

Remarks

Each time an Open eVision error occurs, an exception is thrown. Exceptions feature an error code and a description. To catch a potentially arising exception, the function call is included in a try-catch block.

Namespace: Euresys.Open_eVision

Properties

Code of the error that has thrown the exception.

Methods

Constructs a EException object.
Assignment operator.
Returns the description of the error that has thrown the exception.