EndpointAlreadyExistsException Classe
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.
Exception qui indique que relay hybridConnection/Point de terminaison existe déjà.
[System.Serializable]
public class EndpointAlreadyExistsException : Microsoft.Azure.Relay.RelayException
[<System.Serializable>]
type EndpointAlreadyExistsException = class
inherit RelayException
Public Class EndpointAlreadyExistsException
Inherits RelayException
- Héritage
- Attributs
Constructeurs
EndpointAlreadyExistsException() |
Crée une instance de la classe EndpointAlreadyExistsException. |
EndpointAlreadyExistsException(SerializationInfo, StreamingContext) |
Crée une nouvelle instance de la classe EndpointAlreadyExistsException avec des données sérialisées. |
EndpointAlreadyExistsException(String) |
Crée une nouvelle instance de la classe EndpointAlreadyExistsException avec un message d'erreur spécifié. |
EndpointAlreadyExistsException(String, Exception) |
Crée une nouvelle instance de la classe EndpointAlreadyExistsException avec un message d'erreur spécifié et une référence à l'exception interne qui est la cause de cette exception. |
Propriétés
IsTransient |
Obtient une valeur indiquant si l’exception est temporaire. Vérifiez cette propriété pour déterminer si l’opération doit être retentée. (Hérité de RelayException) |
S’applique à
Azure SDK for .NET