次の方法で共有


UnsupportedContentTypeException(String) コンストラクター

定義

指定した例外messageを使用して のUnsupportedContentTypeException新しいインスタンスを作成します。

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)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象