System.Classes.EStreamError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEStreamError

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