The requested page is not available for selected version.
DiagnosticTrace
Syntax
string DiagnosticTrace ()
Description
Retrieve the “trace” connected to the most recent diagnostic.
Parameters
There are no parameters for this function.
Return Value
The function returns the most recent diagnostic code.
Notes
A diagnostic in the engine consists of the following elements:
- diagnostic code indicating the kind of problem ( DiagnosticCode, use DiagnosticMessage to translate the code into a message )
- diagnostic details, specifying more information on the problem ( DiagnosticDetails )
- diagnostic trace, an indication of the place where the problem was detected ( DiagnosticTrace ).