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