Udostępnij za pośrednictwem


ApiConventionApplicationModelConvention Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

defaultErrorResponseType
ProducesErrorResponseTypeAttribute

Typ błędu do użycia. Użyj Void polecenia , jeśli nie zostanie wywnioskowany domyślny typ błędu.

Dotyczy