Gets the ExceptionCode object specified for this instance.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetExceptionCode As ExceptionCode
C#
public virtual ExceptionCode GetExceptionCode()
Visual C++
public:
virtual ExceptionCode^ GetExceptionCode()
JavaScript
function getExceptionCode();

Return Value

The ExceptionCode object for this exception.

ToggleSee Also