C# Class FP.Core.NotFoundException

Inheritance: System.SystemException
Afficher le fichier Open project: lukesandberg/PexFaultLocalization

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