RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EStreamError Class

EStreamError is the exception class for streaming errors.

Pascal
EStreamError = class(Exception);
C++
class EStreamError : public Exception;

Classes

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!