ProducesErrorResponseTypeAttribute(Type) 생성자

정의

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)

매개 변수

type
Type

오류 유형입니다. 를 사용하여 Void 기본 오류 유형이 없음을 나타냅니다.

적용 대상