Gets the description string for the exception.


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

Syntax

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

Return Value

A String containing the exception description. For an EngineRuntimeException instance, the text is localized to the client locale (either the default locale of the client JVM or the locale that has been set in the UserContext object).

See Also