4 references to E_BOUNDS
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
345
ExceptionHelpers.ThrowExceptionForHR(ExceptionHelpers.
E_BOUNDS
);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
96
if (ExceptionHelpers.
E_BOUNDS
== ex.HResult)
124
e.SetHResult(ExceptionHelpers.
E_BOUNDS
);
139
ex.SetHResult(ExceptionHelpers.
E_BOUNDS
);