Udostępnij za pośrednictwem


EntityCommandCompilationException Klasa

Definicja

Reprezentuje błąd podczas próby przygotowania lub wykonania poleceniaCompilation Ten wyjątek jest przeznaczony do zapewnienia wspólnego wyjątku, który użytkownicy mogą przechwytywać wyjątki dostawcy (SqlException, OracleException) podczas korzystania z entityCommand do wykonywania instrukcji.

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

Konstruktory

EntityCommandCompilationException()

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

EntityCommandCompilationException(String, Exception)

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

EntityCommandCompilationException(String)

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

Dotyczy