Use this to specify the ExceptionCode object and the specific value
in use (code argument) when the error occurred for this exception.
Namespace:
FileNet.Api.Exception
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Sub New ( _
code As ExceptionCode, _
codeArg0 As Object _
) |
C# |
---|
public EngineRuntimeException(
ExceptionCode code,
Object codeArg0
) |
Visual C++ |
---|
public:
EngineRuntimeException(
ExceptionCode^ code,
Object^ codeArg0
) |
JavaScript |
---|
FileNet.Api.Exception.EngineRuntimeException = function(code, codeArg0); |