次の方法で共有


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 します。

適用対象