Show: DelphiC++
Display Preferences

System.Classes.EStreamError

From XE2 API Documentation

Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObject
EStreamError

Delphi

EStreamError = class(Exception);

C++

class PASCALIMPLEMENTATION EStreamError : public System::Sysutils::Exception

Properties

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

Description

EStreamError is the exception class for streaming errors.

EStreamError is the ancestor from which all streaming exception classes descend. EStreamError is itself raised when resources cannot be allocated for a memory stream.

See Also

Personal tools
Previous Versions
Translations