System.Classes.EWriteError

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EFilerErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObjectEWriteError

Delphi

EWriteError = class(EFilerError);

C++

class PASCALIMPLEMENTATION EWriteError : public EFilerError

Properties

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

Description

EWriteError is the exception class for unsuccessful attempts to write data to a stream.

EWriteError is raised when:

  • The WriteBuffer method of a stream object is unable to write the specified number of bytes.
  • The IDE is unable to write one of a component's properties to a stream. This can occur when you try to save a form at design time.

See Also