Home
last modified time | relevance | path

Searched refs:mono_get_exception_argument (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtasklets.c52 return mono_get_exception_argument ("cont", "Already marked"); in continuation_mark_frame()
87 *e = mono_get_exception_argument ("cont", "Continuation not initialized"); in continuation_store()
91 *e = mono_get_exception_argument ("cont", "Continuation from another thread or domain"); in continuation_store()
131 return mono_get_exception_argument ("cont", "Continuation not initialized"); in continuation_restore()
133 return mono_get_exception_argument ("cont", "Continuation from another thread or domain"); in continuation_restore()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal-windows.c114 MonoException *exc = mono_get_exception_argument ("string", error->message); in mono_string_to_utf8str()
H A Dexception.h101 mono_get_exception_argument (const char *arg, const char *msg);
H A Dmonitor.c1180 …mono_set_pending_exception (mono_get_exception_argument ("lockTaken", "lockTaken is already true")… in mono_monitor_enter_v4()
1195 …mono_set_pending_exception (mono_get_exception_argument ("lockTaken", "lockTaken is already true")… in mono_monitor_enter_v4_internal()
H A Dsecurity-core-clr.c569 ex = mono_get_exception_argument ("method", message); in get_argument_exception()
H A Dexception.c545 mono_get_exception_argument (const char *arg, const char *msg) in mono_get_exception_argument() function
H A Dmarshal.c907 mono_set_pending_exception (mono_get_exception_argument ("string", error->message)); in mono_array_to_byvalarray()
2473 …mono_set_pending_exception (mono_get_exception_argument (NULL, "The delegate must have only one ta… in mono_delegate_begin_invoke()
10984 mono_set_pending_exception (mono_get_exception_argument ("array", "array is multi-dimensional")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged()
10988 mono_set_pending_exception (mono_get_exception_argument ("startIndex", "Must be >= 0")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged()
10992 mono_set_pending_exception (mono_get_exception_argument ("length", "Must be >= 0")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged()
10996 …mono_set_pending_exception (mono_get_exception_argument ("length", "start_index + length > array l… in ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged()
11019 mono_set_pending_exception (mono_get_exception_argument ("array", "array is multi-dimensional")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged()
11023 mono_set_pending_exception (mono_get_exception_argument ("startIndex", "Must be >= 0")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged()
11027 mono_set_pending_exception (mono_get_exception_argument ("length", "Must be >= 0")); in ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged()
11031 …mono_set_pending_exception (mono_get_exception_argument ("length", "start_index + length > array l… in ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged()
[all …]
H A Dobject-internals.h30 ex = mono_get_exception_argument (#arg, msg); \
H A Dicall.c195 mono_set_pending_exception (mono_get_exception_argument (NULL, NULL)); in ves_icall_System_Array_GetValue()
3689 …mono_set_pending_exception (mono_get_exception_argument ("enumType", "Type provided must be an Enu… in ves_icall_System_Enum_get_underlying_type()
6443 mono_set_pending_exception (mono_get_exception_argument ("count", "is negative")); in ves_icall_System_Buffer_BlockCopyInternal()
7563 mono_set_pending_exception (mono_get_exception_argument ("field", "")); in mono_TypedReference_MakeTypedReferenceInternal()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/
H A Dcollections_glue.cpp94 …MonoException *exc = mono_get_exception_argument("", "Destination array was not long enough. Check… in godot_icall_Array_CopyTo()
211 …GDMonoUtils::set_pending_exception(mono_get_exception_argument("key", "An element with the same ke… in godot_icall_Dictionary_Add()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/
H A Dcollections_glue.cpp94 …MonoException *exc = mono_get_exception_argument("", "Destination array was not long enough. Check… in godot_icall_Array_CopyTo()
211 …GDMonoUtils::set_pending_exception(mono_get_exception_argument("key", "An element with the same ke… in godot_icall_Dictionary_Add()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dmono.def291 mono_get_exception_argument
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-error.c766 exception = mono_get_exception_argument (error->first_argument, error->full_message); in mono_error_prepare_exception()