EventDeliveryFailedException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EventDeliveryFailedException.

Przeciążenia

EventDeliveryFailedException()

Inicjuje nowe wystąpienie klasy EventDeliveryFailedException.

EventDeliveryFailedException(String)

Inicjuje nowe wystąpienie EventDeliveryFailedException klasy przy użyciu komunikatu o błędzie, który wyjaśnia przyczynę wyjątku.

EventDeliveryFailedException(String, Exception)

Inicjuje nowe wystąpienie EventDeliveryFailedException klasy przy użyciu komunikatu o błędzie, który wyjaśnia przyczynę wyjątku i Exception przyczynę tego wyjątku.

EventDeliveryFailedException()

Inicjuje nowe wystąpienie klasy EventDeliveryFailedException.

public:
 EventDeliveryFailedException();
public EventDeliveryFailedException ();
Public Sub New ()

Dotyczy

EventDeliveryFailedException(String)

Inicjuje nowe wystąpienie EventDeliveryFailedException klasy przy użyciu komunikatu o błędzie, który wyjaśnia przyczynę wyjątku.

public:
 EventDeliveryFailedException(System::String ^ message);
public EventDeliveryFailedException (string message);
new System.Workflow.Activities.EventDeliveryFailedException : string -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie, który wyjaśnia przyczynę wyjątku.

Dotyczy

EventDeliveryFailedException(String, Exception)

Inicjuje nowe wystąpienie EventDeliveryFailedException klasy przy użyciu komunikatu o błędzie, który wyjaśnia przyczynę wyjątku i Exception przyczynę tego wyjątku.

public:
 EventDeliveryFailedException(System::String ^ message, Exception ^ innerException);
public EventDeliveryFailedException (string message, Exception innerException);
new System.Workflow.Activities.EventDeliveryFailedException : string * Exception -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o błędzie, który wyjaśnia przyczynę wyjątku.

innerException
Exception

Przyczyną Exception tego wyjątku.

Dotyczy