Creates an
instance from an
object. Each exception that is chained in the
object becomes an
object stored in the
instance.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal erte As EngineRuntimeException _ ) |
C# |
---|
public ErrorStack( EngineRuntimeException erte ) |
C++ |
---|
public: ErrorStack( EngineRuntimeException erte ) sealed |
J# |
---|
public ErrorStack( EngineRuntimeException erte ) |
JScript |
---|
public function ErrorStack( erte : EngineRuntimeException ) |
Parameters
- erte
- An
object containing the exception or chain of exceptions to add to the stack.EngineRuntimeException