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