Event handler is interrupted and the event action is aborted by user. This field is read-only.


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

Syntax

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

See Also