Use this to create a record for any exception. This can be an
instance cast as a
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
object for either the exception, or theSystem.Exception
instance.EngineRuntimeException