C# 클래스 Festispec.Models.Exception.StartAndEndDateDifferentDaysException

상속: System.Exception
파일 보기 프로젝트 열기: martijnmelchers/avans-festispec

공개 메소드들

메소드 설명
StartAndEndDateDifferentDaysException ( )
StartAndEndDateDifferentDaysException ( string message )
StartAndEndDateDifferentDaysException ( string message, System.Exception innerException )

메소드 상세

StartAndEndDateDifferentDaysException() 공개 메소드

StartAndEndDateDifferentDaysException() 공개 메소드

public StartAndEndDateDifferentDaysException ( string message )
message string

StartAndEndDateDifferentDaysException() 공개 메소드

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