Udostępnij za pośrednictwem


CommitFailedException Konstruktory

Definicja

Przeciążenia

CommitFailedException()

Inicjuje nowe wystąpienie klasy CommitFailedException

CommitFailedException(String)

Inicjuje nowe wystąpienie klasy CommitFailedException

CommitFailedException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy CommitFailedException.

CommitFailedException(String, Exception)

Inicjuje nowe wystąpienie klasy CommitFailedException

CommitFailedException()

Inicjuje nowe wystąpienie klasy CommitFailedException

public CommitFailedException ();
Public Sub New ()

Dotyczy

CommitFailedException(String)

Inicjuje nowe wystąpienie klasy CommitFailedException

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

Parametry

message
String

Komunikat wyjątku.

Dotyczy

CommitFailedException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy CommitFailedException.

protected CommitFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.Entity.Infrastructure.CommitFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.Entity.Infrastructure.CommitFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Dane niezbędne do serializacji lub deserializacji obiektu.

context
StreamingContext

Opis źródła i miejsca docelowego określonego serializowanego strumienia.

Dotyczy

CommitFailedException(String, Exception)

Inicjuje nowe wystąpienie klasy CommitFailedException

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

Parametry

message
String

Komunikat wyjątku.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy