4 references to InvalidCastException
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentBag.cs (1)
309throw new InvalidCastException(e.Message, e);
System.Data.Common (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
107InvalidCastException e = new InvalidCastException(error, inner);
System.Data.Odbc (2)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
406e = new InvalidCastException(message, inner);
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
107InvalidCastException e = new InvalidCastException(error, inner);