Gets the ExceptionCode object specified for this instance.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetExceptionCode() As ExceptionCode
C#
public virtual ExceptionCode GetExceptionCode()
C++
public:
 virtual ExceptionCode GetExceptionCode()
J#
public virtual ExceptionCode GetExceptionCode()
JScript
public virtual  function GetExceptionCode() : ExceptionCode

Return Value

The ExceptionCode object for this exception.

See Also