2 instantiations of EntityCommandExecutionException
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (2)
283return new EntityCommandExecutionException(message); 286return new EntityCommandExecutionException(message, innerException);
6 references to EntityCommandExecutionException
System.Data.Entity (6)
System\Data\Common\EntityUtil.cs (6)
282static internal EntityCommandExecutionException CommandExecution(string message) { 285static internal EntityCommandExecutionException CommandExecution(string message, Exception innerException) { 473static internal EntityCommandExecutionException CommandExecutionDataReaderFieldCountForScalarType() { 476static internal EntityCommandExecutionException CommandExecutionDataReaderMissingColumnForType(EdmMember member, EdmType currentType) { 480static internal EntityCommandExecutionException CommandExecutionDataReaderMissinDiscriminatorColumn(string columnName, EdmFunction functionImport) { 1954static private readonly Type CommandExecutionType = typeof(EntityCommandExecutionException);