An unexpected exception occurred. This can happen under the following conditions: <ul> <li>An exception occurs inside of the server code.</li> <li>The client API gets an unexpected remote exception.</li> <li>Inside of the API, a chained exception occurs that is not an EngineRuntimeException instance.</li> </ul> The unexpected exception is chained to this exception. This exception is logged. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly E_UNEXPECTED_EXCEPTION As ExceptionCode
C#
public static readonly ExceptionCode E_UNEXPECTED_EXCEPTION;
C++
public:
 static const ExceptionCode E_UNEXPECTED_EXCEPTION;
J#
public static final ExceptionCode E_UNEXPECTED_EXCEPTION
JScript
public static const var E_UNEXPECTED_EXCEPTION : ExceptionCode;

See Also