Home
last modified time | relevance | path

Searched refs:mono_error_set_argument (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-error-internals.h106 mono_error_set_argument (MonoError *error, const char *argument, const char *msg_format, ...) MONO_…
H A Dmono-error.c553 mono_error_set_argument (MonoError *oerror, const char *argument, const char *msg_format, ...) in mono_error_set_argument() function
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32file.c521 mono_error_set_argument (error, "array", "array too small. numBytes/offset wrong."); in ves_icall_System_IO_MonoIO_Read()
553 mono_error_set_argument (error, "array", "array too small. numBytes/offset wrong."); in ves_icall_System_IO_MonoIO_Write()
H A Dicall.c272 mono_error_set_argument (error, "value", "not a widening conversion"); \ in array_set_value_impl()
278 mono_error_set_argument (error, "value", "not a widening conversion"); \ in array_set_value_impl()
553 mono_error_set_argument (error, "idxs", ""); in ves_icall_System_Array_SetValue()
887 mono_error_set_argument (error, "array", "Cannot initialize array of non-primitive type"); in ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray()
905 mono_error_set_argument (error, "field_handle", "Field not large enough to fill array"); in ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray()
2807 mono_error_set_argument (error, "type", "Type must be an array type"); in ves_icall_RuntimeTypeHandle_GetArrayRank()
2954 mono_error_set_argument (error, "typeArguments", "Invalid generic arguments"); in ves_icall_RuntimeType_MakeGenericType()
3835 mono_error_set_argument (error, "enumType", "Type provided must be an Enum."); in ves_icall_System_Enum_GetEnumValuesAndNames()
4494 mono_error_set_argument (error, "name", "failed to parse the type"); in ves_icall_System_Reflection_Assembly_InternalGetType()
5414 mono_error_set_argument (error, "assemblyFile", "The file does not contain a manifest"); in ves_icall_System_Reflection_Assembly_InternalGetAssemblyName()
[all …]
H A Dreflection.c1816 mono_error_set_argument (error, "typeName", "failed parse: %s", name); in mono_reflection_parse_type_checked()
2396mono_error_set_argument (error, "types", "The generic type definition needs %d type arguments, but… in mono_reflection_bind_generic_parameters()
2462 mono_error_set_argument (error, "typeArguments", "Incorrect number of generic arguments"); in reflection_bind_generic_method_parameters()
2476 mono_error_set_argument (error, "typeArguments", "Invalid generic arguments"); in reflection_bind_generic_method_parameters()
H A Dobject.c6317 mono_error_set_argument (error, "text", "Not a valid utf8 string"); in mono_string_new_checked()
7003 mono_error_set_argument (error, "string", "%s", gerror->message); in mono_ldstr_utf8()
7068 mono_error_set_argument (error, "string", "%s", gerror->message); in mono_string_to_utf8_checked()
H A Dsre-save.c368 mono_error_set_argument (error, NULL, "a method does not have any IL associated"); in method_encode_code()
H A Dmarshal.c11142mono_error_set_argument (error, "t", "Type %s cannot be marshaled as an unmanaged structure.", kla… in ves_icall_System_Runtime_InteropServices_Marshal_SizeOf()
11295mono_error_set_argument (error, "fieldName", "Field passed in is not a marshaled member of the typ… in ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf()