NoTransportSupportedException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.