OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException Class Reference

Thrown when within an OTX sequence an OTX is not handled. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException:
Inheritance graph

Public Member Functions

 OtxException ()
 Initializes a new instance of the OtxException class. More...
 
 OtxException (string otxType, string message)
 Initializes a new instance of the OtxException class. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.RuntimeException
 RuntimeException ()
 Initializes a new instance of RuntimeException class. More...
 
 RuntimeException (string message)
 Initializes a new instance of RuntimeException class. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.Exception
 Exception ()
 Initializes a new instance of Exception class. More...
 
 Exception (string message)
 Initializes a new instance of Exception class. More...
 

Properties

string OtxType = "" [get]
 Gets the OTX type of the exception. More...
 

Detailed Description

Thrown when within an OTX sequence an OTX is not handled.

Constructor & Destructor Documentation

◆ OtxException() [1/2]

OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException.OtxException ( )
inline

Initializes a new instance of the OtxException class.

◆ OtxException() [2/2]

OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException.OtxException ( string  otxType,
string  message 
)
inline

Initializes a new instance of the OtxException class.

Parameters
otxTypeName of otx exception.
messageError message that explains the reason for the Exception.

Property Documentation

◆ OtxType

string OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException.OtxType = ""
get

Gets the OTX type of the exception.


The documentation for this class was generated from the following file: