System.Classes.EParserError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EParserError = class(Exception);

C++

class PASCALIMPLEMENTATION EParserError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

EParserError is the exception class for text-to-binary streaming conversion errors.

EParserError is raised when an error occurs during text-to-binary conversion, usually due to a syntax error in the source text.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.EParserError&oldid=159404"