Freigeben über


UnsupportedContentTypeException(String) Konstruktor

Definition

Erstellt eine neue instance von UnsupportedContentTypeException mit der angegebenen Ausnahme message.

public:
 UnsupportedContentTypeException(System::String ^ message);
public UnsupportedContentTypeException (string message);
public UnsupportedContentTypeException (string? message);
new Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeException : string -> Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für: