[Overview][Types][Classes][Procedures and functions][Index] |
Severity for the XML read error.
Source position: laz2_xmlread.pas line 51
public property EXMLReadError.Severity : TErrorSeverity |
Severity is a read-only TErrorSeverity property that identifies the severity of the error. The value in Severity is assigned when an error is encountered, and an exception is created in TXMLReader.
Use ErrorMessage to get the description for the error condition. Use Line and LinePos to determine the line and column numbers in the XML input source where the error was encountered.
|
Represents error severity codes for XML read operations. |
Version 4.0 | Generated 2025-05-03 | Home |