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

EXMLReadError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: laz2_xmlread.pas line 44

type EXMLReadError = class(Exception)

public

  property Severity: TErrorSeverity; [r]

  

  property ErrorMessage: string; [r]

  

  property Line: Integer; [r]

  

  property LinePos: Integer; [r]

  

  function LineCol;

  

end;

Inheritance

EXMLReadError

  

|

Exception

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.