From 705d2361ca997cb6d466c09de2e8d13d277ea16c Mon Sep 17 00:00:00 2001 From: Jon Purdy Date: Fri, 10 Mar 2017 15:30:34 -0800 Subject: [PATCH] [docs] Remove dead loader error APIs. They were deleted in 38cf816b97dff972b996905cd3a8e6ecbfdd2861. --- docs/sources/mono-api-internal.html | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/docs/sources/mono-api-internal.html b/docs/sources/mono-api-internal.html index ab6e77b5543..1b68641616d 100644 --- a/docs/sources/mono-api-internal.html +++ b/docs/sources/mono-api-internal.html @@ -59,47 +59,9 @@

mono_marshal_get_xappdomain_invoke

mono_marshal_load_type_info

mono_marshal_method_from_wrapper

-

mono_marshal_realloc

mono_marshal_set_last_error

mono_marshal_type_size

-

Metadata Loading Errors

- -

The routines in this section are used to cope with errors - during metadata loading. Errors in metadata handling can - happen for many reason, and these include (this is not an - exhaustive list). - -

- -

The mono_loader_set_* routines are invoked during - metadata loading to flag that an error has happened. The - class loading errros are flagged in a per-thread basis. - -

In various spots in the runtime the - mono_loader_get_last_error routine is called to check - if there was a problem, and then errors are propagated upwards - on the stack until we reach a point where an exception can be - raised and no runtime locks are held. - -

The mono_loader_error_prepare_exception takes a - MonoLoaderError structure (the value returned from - mono_loader_get_last_error), turns that into an - exception and clears the error condition from the current - thread. - -

mono_loader_set_error_field_load

-

mono_loader_set_error_method_load

-

mono_loader_set_error_type_load

- -

mono_loader_get_last_error

-

mono_loader_clear_error

-

mono_loader_error_prepare_exception

-

Metadata Loader Locking: Internals

The locking functions here are used by code in class.c and -- 2.25.1