3 references to ThrownException
System.Private.CoreLib (3)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (3)
717
object exceptionObj = exInfo.
ThrownException
;
756
object rethrownException = activeExInfo.
ThrownException
;
767
object exceptionObj = exInfo.
ThrownException
;