EndpointNotFoundException 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
EndpointNotFoundException() |
Crée une instance de la classe EndpointNotFoundException. |
EndpointNotFoundException(String) |
Crée une nouvelle instance de la classe EndpointNotFoundException avec un message d'erreur spécifié. |
EndpointNotFoundException(SerializationInfo, StreamingContext) |
Crée une nouvelle instance de la classe EndpointNotFoundException avec des données sérialisées. |
EndpointNotFoundException(String, Exception) |
Crée une nouvelle instance de la classe EndpointNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne qui est la cause de cette exception. |
EndpointNotFoundException()
Crée une instance de la classe EndpointNotFoundException.
public EndpointNotFoundException ();
Public Sub New ()
S’applique à
EndpointNotFoundException(String)
Crée une nouvelle instance de la classe EndpointNotFoundException avec un message d'erreur spécifié.
public EndpointNotFoundException (string message);
new Microsoft.Azure.Relay.EndpointNotFoundException : string -> Microsoft.Azure.Relay.EndpointNotFoundException
Public Sub New (message As String)
Paramètres
- message
- String
Message décrivant l'erreur.
S’applique à
EndpointNotFoundException(SerializationInfo, StreamingContext)
Crée une nouvelle instance de la classe EndpointNotFoundException avec des données sérialisées.
protected EndpointNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Relay.EndpointNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Relay.EndpointNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
SerializationInfo qui contient les données d'objet sérialisées concernant l'exception levée.
- context
- StreamingContext
StreamingContext qui contient des informations contextuelles relatives à la source ou à la destination.
S’applique à
EndpointNotFoundException(String, Exception)
Crée une nouvelle instance de la classe EndpointNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne qui est la cause de cette exception.
public EndpointNotFoundException (string message, Exception innerException);
new Microsoft.Azure.Relay.EndpointNotFoundException : string * Exception -> Microsoft.Azure.Relay.EndpointNotFoundException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message décrivant l'erreur.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.
S’applique à
Azure SDK for .NET