EParserError is the exception class for text-to-binary streaming conversion errors.
EParserError = class(Exception);
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!
|