Gets the name of the exception instance that occurred.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetSource() As String
C#
public virtual string GetSource()
C++
public:
 virtual String GetSource()
J#
public virtual string GetSource()
JScript
public virtual  function GetSource() : String

Return Value

A String containing the instance name of the exception.

See Also