C# Class Festispec.Models.Exception.StartAndEndDateDifferentDaysException

Inheritance: System.Exception
ファイルを表示 Open project: martijnmelchers/avans-festispec

Public Methods

Method Description
StartAndEndDateDifferentDaysException ( )
StartAndEndDateDifferentDaysException ( string message )
StartAndEndDateDifferentDaysException ( string message, System.Exception innerException )

Method Details

StartAndEndDateDifferentDaysException() public method

StartAndEndDateDifferentDaysException() public method

public StartAndEndDateDifferentDaysException ( string message )
message string

StartAndEndDateDifferentDaysException() public method

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