C# Class Snooze.Nunit.SpecificationException

Inheritance: System.Exception
Afficher le fichier Open project: nhsevidence/Snooze

Méthodes publiques

Méthode Description
SpecificationException ( ) : System
SpecificationException ( string message ) : System
SpecificationException ( string message, Exception innerException ) : System

Method Details

SpecificationException() public méthode

public SpecificationException ( ) : System
Résultat System

SpecificationException() public méthode

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

SpecificationException() public méthode

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