* Makefile.am (version.h): Fix issues when built out of tree.
[mono.git] / mono / metadata / exception.h
index 9deda389db72499e7e7ae2e6c38a2bc6ceaef70c..58fe1141600ba4b5b0a520e35ba8b928343192ef 100644 (file)
@@ -133,6 +133,12 @@ mono_get_exception_stack_overflow (void);
 MonoException *
 mono_get_exception_out_of_memory (void);
 
+MonoException *
+mono_get_exception_field_access (void);
+
+MonoException *
+mono_get_exception_method_access (void);
+
 MonoException *
 mono_get_exception_reflection_type_load (MonoArray *types, MonoArray *exceptions);