4 references to COR_E_EXCEPTION
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
87
(HResult == HResults.
COR_E_EXCEPTION
))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
22
_HResult = HResults.
COR_E_EXCEPTION
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
63
(HResult == HResults.
COR_E_EXCEPTION
))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
774
case HResults.
COR_E_EXCEPTION
: