Partager via


TransportFailedException(String, String, Exception) Constructeur

Définition

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.

S’applique à