다음을 통해 공유


HandleErrorInfo(Exception, String, String) 생성자

정의

HandleErrorInfo 클래스의 새 인스턴스를 초기화합니다.

public HandleErrorInfo(Exception exception, string controllerName, string actionName);
new System.Web.Mvc.HandleErrorInfo : Exception * string * string -> System.Web.Mvc.HandleErrorInfo
Public Sub New (exception As Exception, controllerName As String, actionName As String)

매개 변수

exception
Exception

예외입니다.

controllerName
String

컨트롤러의 이름입니다.

actionName
String

작업 이름입니다.

예외

exception 매개 변수가 null인 경우

controllerName 또는 actionName 매개 변수가 null이거나 비어 있습니다.

적용 대상