C# Class Festispec.Models.Exception.StartAndEndDateDifferentDaysException

Inheritance: System.Exception
Afficher le fichier Open project: martijnmelchers/avans-festispec

Méthodes publiques

Méthode Description
StartAndEndDateDifferentDaysException ( )
StartAndEndDateDifferentDaysException ( string message )
StartAndEndDateDifferentDaysException ( string message, System.Exception innerException )

Method Details

StartAndEndDateDifferentDaysException() public méthode

StartAndEndDateDifferentDaysException() public méthode

public StartAndEndDateDifferentDaysException ( string message )
message string

StartAndEndDateDifferentDaysException() public méthode

public StartAndEndDateDifferentDaysException ( string message, System.Exception innerException )
message string
innerException System.Exception