Sdílet prostřednictvím


NoTransportSupportedException(String) Konstruktor

Definice

NoTransportSupportedException Vytvoří výjimku se zadaným 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)

Parametry

message
String

Zpráva o výjimce.

Platí pro