Freigeben über


ExceptionInformation Konstruktoren

Definition

Überlädt

ExceptionInformation(Exception)

Initialisiert einen neuen instance der -Klasse unter Verwendung der ExceptionInformation angegebenen Ausnahme und des Standardmäßigen Zielreplikatselektors.

ExceptionInformation(Exception, TargetReplicaSelector)

Initialisiert eine neue instance der ExceptionInformation -Klasse mithilfe des angegebenen Ausnahme- und Zielreplikatselektors.

ExceptionInformation(Exception)

Initialisiert einen neuen instance der -Klasse unter Verwendung der ExceptionInformation angegebenen Ausnahme und des Standardmäßigen Zielreplikatselektors.

public ExceptionInformation (Exception exception);
new Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation : Exception -> Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation
Public Sub New (exception As Exception)

Parameter

exception
Exception

Die empfangene Ausnahme

Gilt für:

ExceptionInformation(Exception, TargetReplicaSelector)

Initialisiert eine neue instance der ExceptionInformation -Klasse mithilfe des angegebenen Ausnahme- und Zielreplikatselektors.

public ExceptionInformation (Exception exception, Microsoft.ServiceFabric.Services.Communication.Client.TargetReplicaSelector targetReplica);
new Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation : Exception * Microsoft.ServiceFabric.Services.Communication.Client.TargetReplicaSelector -> Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation
Public Sub New (exception As Exception, targetReplica As TargetReplicaSelector)

Parameter

exception
Exception

Die empfangene Ausnahme

targetReplica
TargetReplicaSelector

Zielreplikatinformationen

Gilt für: