EntityCommandExecutionException Конструкторы

Определение

Перегрузки

Имя Описание
EntityCommandExecutionException()

Инициализирует новый экземпляр EntityCommandExecutionException.

EntityCommandExecutionException(String)

Инициализирует новый экземпляр EntityCommandExecutionException.

EntityCommandExecutionException(String, Exception)

Инициализирует новый экземпляр EntityCommandExecutionException.

EntityCommandExecutionException()

Инициализирует новый экземпляр EntityCommandExecutionException.

public EntityCommandExecutionException();
Public Sub New ()

Применяется к

EntityCommandExecutionException(String)

Инициализирует новый экземпляр EntityCommandExecutionException.

public EntityCommandExecutionException(string message);
new System.Data.Entity.Core.EntityCommandExecutionException : string -> System.Data.Entity.Core.EntityCommandExecutionException
Public Sub New (message As String)

Параметры

message
String

Сообщение, описывающее ошибку.

Применяется к

EntityCommandExecutionException(String, Exception)

Инициализирует новый экземпляр EntityCommandExecutionException.

public EntityCommandExecutionException(string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandExecutionException : string * Exception -> System.Data.Entity.Core.EntityCommandExecutionException
Public Sub New (message As String, innerException As Exception)

Параметры

message
String

Сообщение об ошибке, указывающее причину создания исключения.

innerException
Exception

Исключение, вызвавшее текущее исключение. Если внутреннее исключение не указано, этот параметр имеет значение null (Nothing в Visual Basic).

Применяется к