C# Class Festispec.Models.Exception.DateHasPassedException

Inheritance: System.Exception
显示文件 Open project: martijnmelchers/avans-festispec

Public Methods

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

Method Details

DateHasPassedException() public method

DateHasPassedException() public method

public DateHasPassedException ( string message )
message string

DateHasPassedException() public method

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