Returns the key and associated value describing the specific details required to troubleshoot the exception. For an EngineRuntimeException, this generally includes the specific exception code and stack trace of where the problem occurred.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetDiagnosticTypes() As Hashtable
C#
public virtual Hashtable GetDiagnosticTypes()
C++
public:
 virtual Hashtable GetDiagnosticTypes()
J#
public virtual Hashtable GetDiagnosticTypes()
JScript
public virtual  function GetDiagnosticTypes() : Hashtable

Return Value

A System.Collections.Hashtable object containing the exception code string, and a string containing the stack trace information for this exception.

See Also