35 references to E_BOUNDS
mscorlib (35)
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\constantsplittablemap.cs (2)
69
e.SetErrorCode(__HResults.
E_BOUNDS
);
142
e.SetErrorCode(__HResults.
E_BOUNDS
);
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (2)
48
e.SetErrorCode(__HResults.
E_BOUNDS
);
108
e.SetErrorCode(__HResults.
E_BOUNDS
);
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
101
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, null);
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\ireadonlydictionarytoimapviewadapter.cs (1)
48
e.SetErrorCode(__HResults.
E_BOUNDS
);
system\runtime\interopservices\windowsruntime\ireadonlylisttoivectorviewadapter.cs (2)
50
ex.SetErrorCode(__HResults.
E_BOUNDS
);
137
e.SetErrorCode(__HResults.
E_BOUNDS
);
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (1)
57
if (__HResults.
E_BOUNDS
== ex._HResult)
system\runtime\interopservices\windowsruntime\listtobindablevectoradapter.cs (6)
50
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, ex, "ArgumentOutOfRange_IndexOutOfRange");
100
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, ex, "ArgumentOutOfRange_IndexOutOfRange");
121
ex.SetErrorCode(__HResults.
E_BOUNDS
);
140
ex.SetErrorCode(__HResults.
E_BOUNDS
);
161
e.SetErrorCode(__HResults.
E_BOUNDS
);
186
e.SetErrorCode(__HResults.
E_BOUNDS
);
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (2)
45
e.SetErrorCode(__HResults.
E_BOUNDS
);
71
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, ex, "ArgumentOutOfRange_IndexOutOfRange");
system\runtime\interopservices\windowsruntime\listtovectoradapter.cs (6)
50
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, ex, "ArgumentOutOfRange_IndexOutOfRange");
109
throw WindowsRuntimeMarshal.GetExceptionForHR(__HResults.
E_BOUNDS
, ex, "ArgumentOutOfRange_IndexOutOfRange");
130
ex.SetErrorCode(__HResults.
E_BOUNDS
);
149
ex.SetErrorCode(__HResults.
E_BOUNDS
);
170
e.SetErrorCode(__HResults.
E_BOUNDS
);
219
e.SetErrorCode(__HResults.
E_BOUNDS
);
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)