Udostępnij za pośrednictwem


UnsupportedContentTypeException(String) Konstruktor

Definicja

Tworzy nowe wystąpienie z UnsupportedContentTypeException określonym wyjątkiem 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)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy