Partager via


NoTransportSupportedException(String) Constructeur

Définition

Construit l’exception NoTransportSupportedException avec le fourni 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)

Paramètres

message
String

Message de l’exception.

S’applique à