(FileNet internal use only) Specifies exception code and context.
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(), _ ByVal ctx As ExceptionContext, _ ByVal ctxArgs As Object() _ ) |
C# |
---|
public EngineRuntimeException( ExceptionCode code, object[] codeArgs, ExceptionContext ctx, object[] ctxArgs ) |
C++ |
---|
public: EngineRuntimeException( ExceptionCode code, array<Object>^ codeArgs, ExceptionContext ctx, array<Object>^ ctxArgs ) sealed |
J# |
---|
public EngineRuntimeException( ExceptionCode code, object[] codeArgs, ExceptionContext ctx, object[] ctxArgs ) |
JScript |
---|
public function EngineRuntimeException( code : ExceptionCode, codeArgs : Object[], ctx : ExceptionContext, ctxArgs : Object[] ) |
Parameters
- code
- The
object to use.ExceptionCode
- codeArgs
- An
array containing the code arguments.Object
- ctx
- Used to localize the context message.
- ctxArgs
- An
array containing the context arguments.Object