RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAssertionFailed Class

EAssertionFailed is the exception class for Delphi assertion failure.

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

SysUtils

EAssertionFailed is raised when an assertion fails in Delphi code.

Note: To raise this exception, use the Assert procedure. The exception is raised only in code compiled with the $ASSERTIONS ON directive.
 

Assert

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