C# Class Simplify.Web.Routing.ControllerRouteException

Inheritance: System.Exception
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
ControllerRouteException ( string message ) : System

Initializes a new instance of the ControllerRouteException class.

Method Details

ControllerRouteException() public method

Initializes a new instance of the ControllerRouteException class.
public ControllerRouteException ( string message ) : System
message string The message that describes the error.
return System