Files
eiffel-org/documentation/trunk/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki
2016-03-31 21:04:13 +00:00

34 lines
910 B
Plaintext

[[Property:title|eif_enable_visible_exception]]
[[Property:weight|-4]]
[[Property:uuid|97b5a74c-d7ad-abf4-9390-59266b67c7c7]]
==Synopsis==
<code lang="text">
#include "eif_cecil.h"
void eif_enable_visible_exception ();
void eif_disable_visible_exception ();
</code>
==Description==
The [[eif_enable_visible_exception]] routine enables the visible exception, while [[eif_disable_visible_exception]] disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible.
The visible exception is disabled by default.
==Conformance==
ISE Eiffel 4.5 and later.
==Compatibility==
In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default.
{{SeeAlso| <br/>
[[eif_attribute]] <br/>
[[eif_procedure]] <br/>
[[eif_*_function]] }}