C# Class Webinar202103.Application.Common.Exceptions.NotFoundException

Inheritance: Exception
Afficher le fichier Open project: szkoladotneta/WebAPI-CQRS-MediatR-Basics

Méthodes publiques

Méthode Description
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception innerException ) : System
NotFoundException ( string name, object key ) : System

Method Details

NotFoundException() public méthode

public NotFoundException ( ) : System
Résultat System

NotFoundException() public méthode

public NotFoundException ( string message ) : System
message string
Résultat System

NotFoundException() public méthode

public NotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

NotFoundException() public méthode

public NotFoundException ( string name, object key ) : System
name string
key object
Résultat System