C# Класс iBlog.Exceptions.UrlNotFoundException

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

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

Метод Описание
UrlNotFoundException ( ) : System

Initializes a new instance of the UrlNotFoundException class.

UrlNotFoundException ( string message ) : System

Initializes a new instance of the UrlNotFoundException class.

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

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

Initializes a new instance of the UrlNotFoundException class.
public UrlNotFoundException ( ) : System
Результат System

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

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