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