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