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 String containing the exception description for this exception.

See Also