3 references to InvalidCastException
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
391Exception 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)
202InvalidCastException e = new InvalidCastException(error, inner); 1608e = new InvalidCastException(message, inner);