[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

EXMLReadError.ErrorMessage

Error message for the XML read error.

Declaration

Source position: laz2_xmlread.pas line 52

public property EXMLReadError.ErrorMessage : string
  read FErrorMessage;

Description

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.

See also

EXMLReadError.Severity

  

Severity for the XML read error.

TErrorSeverity

  

Represents error severity codes for XML read operations.


Version 4.0 Generated 2025-05-03 Home