C# Class Simplify.Web.Routing.ControllerRouteException

Inheritance: System.Exception
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
ControllerRouteException ( string message ) : System

Initializes a new instance of the ControllerRouteException class.

Method Details

ControllerRouteException() public méthode

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