Returns a description of this 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)

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString() As String
C#
public override string ToString()
C++
public:
 virtual String ToString() override 
J#
public override string ToString()
JScript
public override  function ToString() : String

Return Value

A String representation of this exception.

See Also