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 : Exception, ISerializable
   
  Constructors
  
  EngineException()
  
  
  Declaration
  
  
  EngineException(Exception)
  
  
  Declaration
  
    public EngineException(Exception cause)
   
  Parameters
  
  
  EngineException(string)
  
  
  Declaration
  
    public EngineException(string message)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        message | 
         | 
      
    
  
  
  EngineException(string, Exception)
  
  
  Declaration
  
    public EngineException(string message, Exception cause)
   
  Parameters
  
  Implements