Overload List

  Name Description
Public method EngineRuntimeException Initializes a new instance of the EngineRuntimeException class.
Public method EngineRuntimeException (EngineRuntimeException, ExceptionContext, Object) (FileNet internal use only) Specifies EngineRuntimeException cause, exception code, and context.
Public method EngineRuntimeException (ErrorStack) Use this to implement an error stack, specifying the ErrorStack object to use for this instance. If unspecified, an error stack is not used.
Public method EngineRuntimeException (ExceptionCode) Use this to specify only the ExceptionCode object for this exception.
Public method EngineRuntimeException (ExceptionCode, Object) Use this to specify the ExceptionCode object and the specific value in use (code argument) when the error occurred for this exception.
Public method EngineRuntimeException (ExceptionCode, Object) Use this to specify the ExceptionCode object and an array of specific values (code arguments) in use when the error occurred for this exception.
Public method EngineRuntimeException (ExceptionCode, Object, ExceptionContext, Object) (FileNet internal use only) Specifies exception code and context.
Public method EngineRuntimeException (Exception, ExceptionCode, Object) Use this for exception chaining. The ExceptionCode object and an array of specific values (code arguments) in use when the error occurred for this (wrapping) exception. The Throwable object specified is wrapped (nested) within this exception.
Public method EngineRuntimeException (Exception, ExceptionCode, Object, ExceptionContext, Object) (FileNet internal use only) Specifies Throwable cause, exception code, and context.
Family method EngineRuntimeException (SerializationInfo, StreamingContext)  

See Also