Creates an ErrorStack instance from an EngineRuntimeException object.
Each exception that is chained in the EngineRuntimeException object becomes
an ErrorRecord object stored in the ErrorStack instance.
Namespace:
FileNet.Api.ExceptionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ erte As EngineRuntimeException _ ) |
C# |
---|
public ErrorStack( EngineRuntimeException erte ) |
Visual C++ |
---|
public: ErrorStack( EngineRuntimeException^ erte ) |
JavaScript |
---|
FileNet.Api.Exception.ErrorStack = function(erte); |
Parameters
- erte
- Type: FileNet.Api.Exception..::.EngineRuntimeException
An EngineRuntimeException object containing the exception or chain of exceptions to add to the stack.