Class EngineException
The exception that is thrown when a non-fatal error occurs in the Handler.
Inheritance
EngineException
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class EngineException : System.Exception
Constructors
EngineException()
Declaration
EngineException(System.Exception)
Declaration
public EngineException(System.Exception cause)
Parameters
EngineException(String)
Declaration
public EngineException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
EngineException(String, System.Exception)
Declaration
public EngineException(string message, System.Exception cause)
Parameters