Use this to specify only the ExceptionCode object for this exception.

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

ToggleSyntax

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

Parameters

code
Type: FileNet.Api.Exception..::.ExceptionCode
The ExceptionCode object to use.

ToggleSee Also