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 새 instance 만듭니다.

적용 대상