Thrown from the CallState and RequestBroker when no server call context has been established. 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 GCD_NO_SERVER_CALL_CONTEXT As ExceptionCode |
C# |
---|
public static readonly ExceptionCode GCD_NO_SERVER_CALL_CONTEXT; |
C++ |
---|
public: static const ExceptionCode GCD_NO_SERVER_CALL_CONTEXT; |
JScript |
---|
public static const var GCD_NO_SERVER_CALL_CONTEXT : ExceptionCode; |
See Also