Udostępnij za pośrednictwem


EntityCommandExecutionException Klasa

Definicja

Reprezentuje błąd podczas próby przygotowania lub wykonania poleceniaExecution Ten wyjątek jest przeznaczony do udostępnienia typowego wyjątku, który można przechwycić w celu przechowywania wyjątków dostawcy (SqlException, OracleException) podczas korzystania z instrukcji EntityCommand.

[System.Serializable]
public sealed class EntityCommandExecutionException : System.Data.Entity.Core.EntityException
type EntityCommandExecutionException = class
    inherit EntityException
Public NotInheritable Class EntityCommandExecutionException
Inherits EntityException
Dziedziczenie
EntityCommandExecutionException
Atrybuty

Konstruktory

EntityCommandExecutionException()

Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.

EntityCommandExecutionException(String, Exception)

Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.

EntityCommandExecutionException(String)

Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.

Dotyczy