Use this to create a record for any exception. This can be an EngineRuntimeException instance cast as a Exception object.

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

ToggleSyntax

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

Parameters

erte
Type: System..::.Exception
A System.Exception object for either the exception, or the EngineRuntimeException instance.

ToggleSee Also