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)
Visual Basic (Declaration) |
---|
Public Overridable Function GetDiagnosticTypes As Hashtable |
C# |
---|
public virtual Hashtable GetDiagnosticTypes() |
Visual C++ |
---|
public:
virtual Hashtable^ GetDiagnosticTypes() |
JavaScript |
---|
function getDiagnosticTypes(); |
Return Value
A
System.Collections.Hashtable object containing the exception
code string, and a string containing the
stack trace information for this exception.