Use this to implement an error stack, specifying the ErrorStack object to use for this instance. If unspecified, an error stack is not used.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal errStack As ErrorStack _ 
)
C#
public EngineRuntimeException(
   ErrorStack errStack
)
C++
public:
 EngineRuntimeException(
   ErrorStack errStack
) sealed 
J#
public EngineRuntimeException(
   ErrorStack errStack
)
JScript
public function EngineRuntimeException(
   errStack : ErrorStack
)

Parameters

errStack
An ErrorStack object to use.

See Also