C# Class Cats.Models.Hubs.NotFoundModel

Inheritance: System.Web.Mvc.HandleErrorInfo
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
NotFoundModel ( Exception exception, string controllerName, string actionName ) : System

Initializes a new instance of the NotFoundModel class.

Method Details

NotFoundModel() public method

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.
return System