Gets the localized error text of the first ErrorRecord object in this error stack.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetMessage() As String |
C# |
---|
public virtual string GetMessage() |
C++ |
---|
public: virtual String GetMessage() |
J# |
---|
public virtual string GetMessage() |
JScript |
---|
public virtual function GetMessage() : String |
Return Value
A
containing the exception description for this exception.