C# Class HttpServer.Mvc.ActionMappingException

Failed to map a controller action.
Thrown when controllers are being wired during startup.
Inheritance: Exception
Afficher le fichier Open project: RainsSoft/HttpWebServer

Méthodes publiques

Méthode Description
ActionMappingException ( string errorMsg ) : System

Initializes a new instance of the ActionMappingException class.

Method Details

ActionMappingException() public méthode

Initializes a new instance of the ActionMappingException class.
public ActionMappingException ( string errorMsg ) : System
errorMsg string The error MSG.
Résultat System