Returns a description of the exception. The result is the concatenation of the following:
  • The name of this exception's class.
  • The name of the exception code.
  • The localized error message.
  • The exception's error stack.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overrides Function ToString As String
C#
public override string ToString()
Visual C++
public:
virtual String^ ToString() override
JavaScript
function toString();

Return Value

A String representation of the exception.

ToggleSee Also