1 instantiation of StrongTypingException
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\EDesignUtil.cs (1)
114StrongTypingException e = new StrongTypingException(error, innerException);
4 references to StrongTypingException
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
815Catch(typeof(System.InvalidCastException), "e", Throw(typeof(System.Data.StrongTypingException), "StrongTyping_CananotAccessDBNull", "e"))
System.Data.Entity.Design (3)
System\Data\Entity\Design\Common\EDesignUtil.cs (3)
113static internal StrongTypingException StrongTyping(string error, Exception innerException) { 114StrongTypingException e = new StrongTypingException(error, innerException); 118static internal StrongTypingException StonglyTypedAccessToNullValue(string columnName, string tableName, Exception innerException) {