TransportFailedException(String, String, Exception) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- transportType
- String
接続に失敗したトランスポートの名前。
- message
- String
トランスポートが失敗した理由。
- innerException
- Exception
接続中に例外がスローされた場合は、省略可能です。