Share via


NoTransportSupportedException(String) Constructor

Definition

Constructs the NoTransportSupportedException exception with the provided 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)

Parameters

message
String

Message of the exception.

Applies to