Partager via


ExceptionInformation Constructeurs

Définition

Surcharges

ExceptionInformation(Exception)

Initialise une nouvelle instance de la classe à l’aide ExceptionInformation de l’exception donnée et du sélecteur de réplica cible par défaut.

ExceptionInformation(Exception, TargetReplicaSelector)

Initialise une nouvelle instance de la classe à l’aide ExceptionInformation de l’exception et du sélecteur de réplica cible donnés.

ExceptionInformation(Exception)

Initialise une nouvelle instance de la classe à l’aide ExceptionInformation de l’exception donnée et du sélecteur de réplica cible par défaut.

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

Paramètres

exception
Exception

Exception reçue

S’applique à

ExceptionInformation(Exception, TargetReplicaSelector)

Initialise une nouvelle instance de la classe à l’aide ExceptionInformation de l’exception et du sélecteur de réplica cible donnés.

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)

Paramètres

exception
Exception

Exception reçue

targetReplica
TargetReplicaSelector

Informations sur la réplica cible

S’applique à