System.Classes.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.