3 references to InvalidCastException
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
391
Exception e = new
InvalidCastException
(Environment.GetResourceString("InvalidCast_WinRTIPropertyValueArrayCoersion", this.Type, typeof(T).MakeArrayType().Name, i, elementCastException.Message), elementCastException);
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
202
InvalidCastException e = new
InvalidCastException
(error, inner);
1608
e = new
InvalidCastException
(message, inner);