Update wikipage eif_disable_visible_exception. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1510 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-03-31 21:02:38 +00:00
parent 4854bbe40f
commit 41d6d882eb

View File

@@ -1,32 +1,32 @@
[[Property:title|eif_disable_visible_exception]] [[Property:title|eif_disable_visible_exception]]
[[Property:weight|-6]] [[Property:weight|-6]]
[[Property:uuid|6b8323d9-1963-c6b8-0198-f07895916c46]] [[Property:uuid|6b8323d9-1963-c6b8-0198-f07895916c46]]
==Synopsis== ==Synopsis==
<code lang="text"> <code lang="text">
#include "eif_cecil.h" #include "eif_cecil.h"
void eif_enable_visible_exception (); void eif_enable_visible_exception ();
void eif_disable_visible_exception (); void eif_disable_visible_exception ();
</code> </code>
==Description== ==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 [[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. The visible exception is disabled by default.
==Conformance== ==Conformance==
ISE Eiffel 4.5 and later. ISE Eiffel 4.5 and later.
==Compatibility== ==Compatibility==
In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default. In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default.
{{SeeAlso| <br/> {{SeeAlso| <br/>
[[eif_attribute]] <br/> [[eif_attribute]] <br/>
[[eif_procedure]] <br/> [[eif_procedure]] <br/>
[[eif_reference_function]] }} [[eif_*_function]] }}