C# Class Guidelines.Core.Validation.NotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception innerException ) : 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 System.Exception
Résultat System