System Message Detail Strings
Some processes 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: 1/3/12 12:20:10 PM; Svr: SERVER1; File: CHsxServerImpl.cpp; Line: 1842; Ver: 3.0.0.196;The following table describes the system message fields:
Table 2-1 Fields in System Message Detail Strings
| Field | Description |
|---|---|
|
Num |
Error number in hexadecimal form |
|
Type |
For internal use only |
|
DTime |
Error TimeStamp |
|
Svr |
Machine name of the computer on which the error occurred |
|
File |
Name of the source code file to which the error applies |
|
Line |
Line number in the source code file to which the error applies |
|
Ver |
Version number of the DLL to which the error applies |