11 references to GetClasslibException
System.Private.CoreLib (11)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (2)
40
throw pTgtType->
GetClasslibException
(ExceptionIDs.EntrypointNotFound);
44
throw pTgtType->
GetClasslibException
(ExceptionIDs.AmbiguousImplementation);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
411
throw pEEType->
GetClasslibException
(exID);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (3)
220
throw pUnboxToEEType->
GetClasslibException
(exID);
229
throw pUnboxToEEType->
GetClasslibException
(ExceptionIDs.InvalidCast);
240
throw pType->
GetClasslibException
(ExceptionIDs.InvalidCast);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (5)
734
throw array.GetMethodTable()->
GetClasslibException
(ExceptionIDs.ArrayTypeMismatch);
741
throw array.GetMethodTable()->
GetClasslibException
(ExceptionIDs.IndexOutOfRange);
748
throw array.GetMethodTable()->
GetClasslibException
(ExceptionIDs.ArrayTypeMismatch);
843
throw elementType->
GetClasslibException
(ExceptionIDs.ArrayTypeMismatch);
949
throw pMT->
GetClasslibException
(ExceptionIDs.InvalidCast);