HandleErrorAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
동작 메서드에서 throw된 예외를 처리하는 데 사용되는 특성을 나타냅니다.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class HandleErrorAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.IExceptionFilter
type HandleErrorAttribute = class
inherit FilterAttribute
interface IExceptionFilter
Public Class HandleErrorAttribute
Inherits FilterAttribute
Implements IExceptionFilter
- 상속
- 특성
- 구현
생성자
HandleErrorAttribute() |
HandleErrorAttribute 클래스의 새 인스턴스를 초기화합니다. |
속성
AllowMultiple |
필터 특성의 인스턴스를 둘 이상 지정할 수 있는지를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 FilterAttribute) |
ExceptionType |
예외의 형식을 가져오거나 설정합니다. |
Master |
예외 정보를 표시하기 위한 마스터 뷰를 가져오거나 설정합니다. |
Order |
작업 필터가 실행되는 순서를 가져오거나 설정합니다. (다음에서 상속됨 FilterAttribute) |
TypeId |
이 특성의 고유 식별자를 가져옵니다. |
View |
예외 정보를 표시하기 위한 페이지 뷰를 가져오거나 설정합니다. |
메서드
OnException(ExceptionContext) |
예외가 발생하는 경우 호출됩니다. |