RelayNotFoundException 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
RelayNotFoundException() |
Initialise une nouvelle instance de la classe RelayNotFoundException. |
RelayNotFoundException(String) |
Initialise une nouvelle instance de la classe RelayNotFoundException. |
RelayNotFoundException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la classe RelayNotFoundException. |
RelayNotFoundException(String, Exception) |
Initialise une nouvelle instance de la classe RelayNotFoundException. |
RelayNotFoundException()
Initialise une nouvelle instance de la classe RelayNotFoundException.
public RelayNotFoundException ();
Public Sub New ()
S’applique à
RelayNotFoundException(String)
Initialise une nouvelle instance de la classe RelayNotFoundException.
public RelayNotFoundException (string message);
new Microsoft.ServiceBus.RelayNotFoundException : string -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String)
Paramètres
- message
- String
Message d’erreur.
S’applique à
RelayNotFoundException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe RelayNotFoundException.
protected RelayNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceBus.RelayNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceBus.RelayNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Informations de sérialisation.
- context
- StreamingContext
Contexte de diffusion en continu.
S’applique à
RelayNotFoundException(String, Exception)
Initialise une nouvelle instance de la classe RelayNotFoundException.
public RelayNotFoundException (string message, Exception innerException);
new Microsoft.ServiceBus.RelayNotFoundException : string * Exception -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’erreur.
- innerException
- Exception
Exception interne.
S’applique à
Azure SDK for .NET