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

EXMLReadError.Severity

Severity for the XML read error.

Declaration

Source position: laz2_xmlread.pas line 51

public property EXMLReadError.Severity : TErrorSeverity
  read FSeverity;

Description

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.

See also

TErrorSeverity

  

Represents error severity codes for XML read operations.


Version 4.0 Generated 2025-05-03 Home