C# 클래스 Cats.Models.Hubs.NotFoundModel

상속: System.Web.Mvc.HandleErrorInfo
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
NotFoundModel ( Exception exception, string controllerName, string actionName ) : System

Initializes a new instance of the NotFoundModel class.

메소드 상세

NotFoundModel() 공개 메소드

Initializes a new instance of the NotFoundModel class.
The parameter is null. The or parameter is null or empty.
public NotFoundModel ( Exception exception, string controllerName, string actionName ) : System
exception System.Exception The exception.
controllerName string The name of the controller.
actionName string The name of the action.
리턴 System