OTX-Runtime for DotNet
|
|
Thrown when a runner is not alive anymore. More...
Public Member Functions | |
RunnerNotAliveException () | |
Initializes a new instance of the RunnerNotAliveException class. More... | |
RunnerNotAliveException (string message) | |
Initializes a new instance of the RunnerNotAliveException 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... | |
Thrown when a runner is not alive anymore.
|
inline |
Initializes a new instance of the RunnerNotAliveException class.
|
inline |
Initializes a new instance of the RunnerNotAliveException class.
message | The error message that explains the reason for the Exception. |