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
containing the exception description. For an
, 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
object).