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)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetMessage As String
C#
public virtual string GetMessage()
Visual C++
public:
virtual String^ GetMessage()
JavaScript
function getMessage();

Return Value

A String containing the exception description for this exception.

ToggleSee Also