다음을 통해 공유


ApiConventionApplicationModelConvention 생성자

정의

ApiConventionApplicationModelConvention의 새 인스턴스를 초기화합니다.

public:
 ApiConventionApplicationModelConvention(Microsoft::AspNetCore::Mvc::ProducesErrorResponseTypeAttribute ^ defaultErrorResponseType);
public ApiConventionApplicationModelConvention (Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute defaultErrorResponseType);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ApiConventionApplicationModelConvention : Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute -> Microsoft.AspNetCore.Mvc.ApplicationModels.ApiConventionApplicationModelConvention
Public Sub New (defaultErrorResponseType As ProducesErrorResponseTypeAttribute)

매개 변수

defaultErrorResponseType
ProducesErrorResponseTypeAttribute

사용할 오류 유형입니다. 기본 오류 유형이 유추되지 않을 때 사용합니다 Void .

적용 대상