• Version 1.7.1
Show / Hide Table of Contents

Class EngineException

The exception that is thrown when a non-fatal error occurs in the Handler.

Inheritance
object
Exception
EngineException
EngineAlreadyInitializedException
EngineIsNotInitializedException
SessionException
StorageException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Cme.ILink3.Exceptions
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class EngineException : Exception, ISerializable

Constructors

EngineException()

Declaration
public EngineException()

EngineException(Exception)

Declaration
public EngineException(Exception cause)
Parameters
Type Name Description
Exception cause

EngineException(string)

Declaration
public EngineException(string message)
Parameters
Type Name Description
string message

EngineException(string, Exception)

Declaration
public EngineException(string message, Exception cause)
Parameters
Type Name Description
string message
Exception cause

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX