System Message Detail Strings

Some methods return strings of technical information for system messages such as errors. The strings contain a uniquely identifying error reference number, followed by various fields of information. The fields are delimited by semicolons, and each field has a label that is followed by a colon, as in this example:

Error Reference Number: {219EB33B-BF50-11D6-A43E-0000863DCCF1}
Num: 0x800415c6; Type: 1; DTime: 9/3/02 12:20:10 PM; Svr: GSZABO1; File: CHsxServerImpl.cpp; Line: 1842; Ver: 3.0.0.196;

The following table describes the system message fields:

Table 3. Fields in System Message Detail Strings  

Field

Description

Num

The error number in hexadecimal form

Type

For internal use only

DTime

The error TimeStamp.

Svr

The machine name of the computer on which the error occurred

File

The name of the source code file to which the error applies

Line

The line number in the source code file to which the error applies

Ver

The version number of the DLL to which the error applies