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)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal erte As Exception _ 
)
C#
public ErrorRecord(
   Exception erte
)
C++
public:
 ErrorRecord(
   Exception erte
) sealed 
J#
public ErrorRecord(
   Exception erte
)
JScript
public function ErrorRecord(
   erte : Exception
)

Parameters

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

See Also