Gets the name of the exception instance that occurred.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetSource As String
C#
public virtual string GetSource()
Visual C++
public:
virtual String^ GetSource()
JavaScript
function getSource();

Return Value

A String containing the instance name of the exception.

ToggleSee Also