TransportFailedException(String, String, Exception) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un oggetto 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)
Parametri
- transportType
- String
Nome del trasporto che non è riuscito a connettersi.
- message
- String
Motivo per cui il trasporto non è riuscito.
- innerException
- Exception
Eccezione aggiuntiva facoltativa se è stata generata durante il tentativo di connessione.