Use this to specify the
object and an array of specific values (code arguments) in use when the error occurred for this exception.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal code As ExceptionCode, _ ByVal codeArgs As Object() _ ) |
C# |
---|
public EngineRuntimeException( ExceptionCode code, object[] codeArgs ) |
C++ |
---|
public: EngineRuntimeException( ExceptionCode code, array<Object>^ codeArgs ) sealed |
J# |
---|
public EngineRuntimeException( ExceptionCode code, object[] codeArgs ) |
JScript |
---|
public function EngineRuntimeException( code : ExceptionCode, codeArgs : Object[] ) |
Parameters
- code
- The
object to use.ExceptionCode
- codeArgs
- An
array containing the code arguments. This can beObject
.Null