6 references to GetExceptionForHR
mscorlib (6)
system\runtime\interopservices\windowsruntime\listtobindablevectoradapter.cs (2)
50
throw WindowsRuntimeMarshal.
GetExceptionForHR
(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
100
throw WindowsRuntimeMarshal.
GetExceptionForHR
(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (1)
71
throw WindowsRuntimeMarshal.
GetExceptionForHR
(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
system\runtime\interopservices\windowsruntime\listtovectoradapter.cs (2)
50
throw WindowsRuntimeMarshal.
GetExceptionForHR
(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
109
throw WindowsRuntimeMarshal.
GetExceptionForHR
(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1094
return
GetExceptionForHR
(hresult, innerException, null);