EAssertionFailed is the exception class for Delphi assertion failure.
EAssertionFailed = class(Exception);
class EAssertionFailed : public Exception;
EAssertionFailed is raised when an assertion fails in Delphi code.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|