Castle.MonoRail.Framework.ControllerNotFoundException.ControllerNotFoundException C# (CSharp) Method

ControllerNotFoundException() protected method

Initializes a new instance of the ControllerNotFoundException class.
protected ControllerNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System
		protected ControllerNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
			area = info.GetString("rails.area");
			controller = info.GetString("rails.controller");
		}

Same methods

ControllerNotFoundException::ControllerNotFoundException ( String area, String controller ) : System
ControllerNotFoundException::ControllerNotFoundException ( String area, String controller, Exception innerException ) : System
ControllerNotFoundException::ControllerNotFoundException ( UrlInfo url ) : System
ControllerNotFoundException::ControllerNotFoundException ( UrlInfo url, Exception innerException ) : System