RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ENotSupportedException Class

An exception of type ENotSupportedException whenever a method in the container classes is not implemented.

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

An exception of type ENotSupportedException whenever a method in the container classes is not implemented. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!