Share via


ProducesErrorResponseTypeAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci .ProducesErrorResponseTypeAttribute

public:
 ProducesErrorResponseTypeAttribute(Type ^ type);
public ProducesErrorResponseTypeAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute : Type -> Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute
Public Sub New (type As Type)

Parametry

type
Type

Typ chyby. Slouží Void k označení absence výchozího typu chyby.

Platí pro