UnsupportedContentTypeException クラス

定義

Exception要求の本文のモデル バインダーが要求コンテンツ タイプ ヘッダーを理解できない場合にモデル状態に追加される 。

public ref class UnsupportedContentTypeException : Exception
public class UnsupportedContentTypeException : Exception
type UnsupportedContentTypeException = class
    inherit Exception
Public Class UnsupportedContentTypeException
Inherits Exception
継承
UnsupportedContentTypeException

コンストラクター

UnsupportedContentTypeException(String)

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

適用対象