NoTransportSupportedException(String) 构造函数

定义

NoTransportSupportedException使用提供的 message构造异常。

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

异常的消息。

适用于