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)

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	errStack As ErrorStack _
)
C#
public EngineRuntimeException(
	ErrorStack errStack
)
Visual C++
public:
EngineRuntimeException(
	ErrorStack^ errStack
)
JavaScript
FileNet.Api.Exception.EngineRuntimeException = function(errStack);

Parameters

errStack
Type: FileNet.Api.Exception..::.ErrorStack
An ErrorStack object to use.

ToggleSee Also