TransportFailedException(String, String, Exception) Constructeur
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.
Construit un objet TransportFailedException.
public TransportFailedException (string transportType, string message, Exception innerException = default);
public TransportFailedException (string transportType, string message, Exception? innerException = default);
new Microsoft.AspNetCore.Http.Connections.Client.TransportFailedException : string * string * Exception -> Microsoft.AspNetCore.Http.Connections.Client.TransportFailedException
Public Sub New (transportType As String, message As String, Optional innerException As Exception = Nothing)
Paramètres
- transportType
- String
Nom du transport qui n’a pas pu se connecter.
- message
- String
Raison de l’échec du transport.
- innerException
- Exception
Exception supplémentaire facultative si une exception a été levée lors de la tentative de connexion.