C# Класс Simplify.Web.Routing.ControllerRouteException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ControllerRouteException ( string message ) : System

Initializes a new instance of the ControllerRouteException class.

Описание методов

ControllerRouteException() публичный Метод

Initializes a new instance of the ControllerRouteException class.
public ControllerRouteException ( string message ) : System
message string The message that describes the error.
Результат System