C# Класс CleanArchWeb.Application.Common.Exceptions.NotFoundException

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

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

Метод Описание
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception innerException ) : System
NotFoundException ( string name, object key ) : System

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

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

public NotFoundException ( ) : System
Результат System

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

public NotFoundException ( string message ) : System
message string
Результат System

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

public NotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System

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

public NotFoundException ( string name, object key ) : System
name string
key object
Результат System