System.SysUtils.EEncodingError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEEncodingError

Delphi

EEncodingError = class(Exception);

C++

class PASCALIMPLEMENTATION EEncodingError : public Exception

Properties

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

Description

EEncodingError is the exception class for encoding errors.

EEncodingError is the exception raised whenever invalid parameters are passed to string encoding functions. This may mean invalid indexes, strings encoded improperly, or any other error related to encoding.

See Also