FMX.ASE.Model.EAseParserError

From RAD Studio API Documentation

EAseParserErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EAseParserError = class(Exception);

C++

class PASCALIMPLEMENTATION EAseParserError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
FMX.ASE.Model.pas
FMX.ASE.Model.hpp
FMX.ASE.Model FMX.ASE.Model

Description

Catches all the possible errors that can occur during the parsing process of the .ase file.

See Also