(Internal use only) Specifies exception code and context.
Namespace:
FileNet.Api.Exception
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
code As ExceptionCode, _
codeArgs As Object(), _
ctx As ExceptionContext, _
ctxArgs As Object() _
) |
| C# |
|---|
public EngineRuntimeException(
ExceptionCode code,
Object[] codeArgs,
ExceptionContext ctx,
Object[] ctxArgs
) |
| Visual C++ |
|---|
public:
EngineRuntimeException(
ExceptionCode^ code,
array<Object^>^ codeArgs,
ExceptionContext^ ctx,
array<Object^>^ ctxArgs
) |
| JavaScript |
|---|
FileNet.Api.Exception.EngineRuntimeException = function(code, codeArgs, ctx, ctxArgs); |
Parameters
- code
- Type: FileNet.Api.Exception..::.ExceptionCode
The ExceptionCode object to use.
- codeArgs
- Type: array<
System..::.Object
>[]()[]
An Object array containing the code arguments.
- ctx
- Type: ExceptionContext
Used to localize the context message.
- ctxArgs
- Type: array<
System..::.Object
>[]()[]
An Object array containing the context arguments.