1 write to _HResult
mscorlib (1)
system\exception.cs (1)
886
_HResult
= value;
21 references to _HResult
mscorlib (21)
system\exception.cs (2)
882
return
_HResult
;
954
return nIsTransient(
_HResult
);
system\resources\manifestbasedresourcegroveler.cs (1)
567
int hr = fle.
_HResult
;
system\runtime\interopservices\typelibconverter.cs (1)
571
if (e.
_HResult
!= System.__HResults.COR_E_TYPELOAD) // type not found
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (4)
183
if (__HResults.E_BOUNDS == ex.
_HResult
)
201
if (__HResults.E_BOUNDS == ex.
_HResult
)
219
if (__HResults.E_BOUNDS == ex.
_HResult
)
237
if (__HResults.E_BOUNDS == ex.
_HResult
)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
392
e.SetErrorCode(elementCastException.
_HResult
);
system\runtime\interopservices\windowsruntime\imapviewtoireadonlydictionaryadapter.cs (2)
103
if (__HResults.E_BOUNDS == ex.
_HResult
)
124
if (__HResults.E_BOUNDS == ex.
_HResult
)
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (1)
57
if (__HResults.E_BOUNDS == ex.
_HResult
)
system\runtime\interopservices\windowsruntime\maptodictionaryadapter.cs (2)
126
if (__HResults.E_BOUNDS == ex.
_HResult
)
172
if (__HResults.E_BOUNDS == ex.
_HResult
)
system\runtime\interopservices\windowsruntime\vectortolistadapter.cs (4)
112
if (__HResults.E_BOUNDS == ex.
_HResult
)
130
if (__HResults.E_BOUNDS == ex.
_HResult
)
148
if (__HResults.E_BOUNDS == ex.
_HResult
)
166
if (__HResults.E_BOUNDS == ex.
_HResult
)
system\runtime\remoting\redirectionproxy.cs (2)
131
((comException.
_HResult
== RPC_S_SERVER_UNAVAILABLE) ||
132
(comException.
_HResult
== RPC_S_CALL_FAILED_DNE)))
system\stubhelpers.cs (1)
1506
return ex.
_HResult
;