C# Class HttpServer.Mvc.ActionMappingException

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

Public Methods

Method Description
ActionMappingException ( string errorMsg ) : System

Initializes a new instance of the ActionMappingException class.

Method Details

ActionMappingException() public method

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