35 references to E_BOUNDS
mscorlib (35)
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (4)
183if (__HResults.E_BOUNDS == ex._HResult) 201if (__HResults.E_BOUNDS == ex._HResult) 219if (__HResults.E_BOUNDS == ex._HResult) 237if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (2)
69e.SetErrorCode(__HResults.E_BOUNDS); 142e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (2)
48e.SetErrorCode(__HResults.E_BOUNDS); 108e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
101throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, null);
system\runtime\interopservices\windowsruntime\imapviewtoireadonlydictionaryadapter.cs (2)
103if (__HResults.E_BOUNDS == ex._HResult) 124if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\ireadonlydictionarytoimapviewadapter.cs (1)
48e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\ireadonlylisttoivectorviewadapter.cs (2)
50ex.SetErrorCode(__HResults.E_BOUNDS); 137e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (1)
57if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\listtobindablevectoradapter.cs (6)
50throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange"); 100throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange"); 121ex.SetErrorCode(__HResults.E_BOUNDS); 140ex.SetErrorCode(__HResults.E_BOUNDS); 161e.SetErrorCode(__HResults.E_BOUNDS); 186e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (2)
45e.SetErrorCode(__HResults.E_BOUNDS); 71throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange");
system\runtime\interopservices\windowsruntime\listtovectoradapter.cs (6)
50throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange"); 109throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.E_BOUNDS, ex, "ArgumentOutOfRange_IndexOutOfRange"); 130ex.SetErrorCode(__HResults.E_BOUNDS); 149ex.SetErrorCode(__HResults.E_BOUNDS); 170e.SetErrorCode(__HResults.E_BOUNDS); 219e.SetErrorCode(__HResults.E_BOUNDS);
system\runtime\interopservices\windowsruntime\maptodictionaryadapter.cs (2)
126if (__HResults.E_BOUNDS == ex._HResult) 172if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\vectortolistadapter.cs (4)
112if (__HResults.E_BOUNDS == ex._HResult) 130if (__HResults.E_BOUNDS == ex._HResult) 148if (__HResults.E_BOUNDS == ex._HResult) 166if (__HResults.E_BOUNDS == ex._HResult)