次の方法で共有


NoTransportSupportedException(String) コンストラクター

定義

指定messageされた を使用してNoTransportSupportedException例外を構築します。

public:
 NoTransportSupportedException(System::String ^ message);
public NoTransportSupportedException (string message);
new Microsoft.AspNetCore.Http.Connections.Client.NoTransportSupportedException : string -> Microsoft.AspNetCore.Http.Connections.Client.NoTransportSupportedException
Public Sub New (message As String)

パラメーター

message
String

例外のメッセージ。

適用対象