RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EParserError Class

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

Pascal
EParserError = class(Exception);
C++
class EParserError : public Exception;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!