ExceptionInformation Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET