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