C# 클래스 iBlog.Exceptions.InvalidMonthException

The invalid month exception.
상속: System.Exception
파일 보기 프로젝트 열기: lei-zhu/iBlog

공개 메소드들

메소드 설명
InvalidMonthException ( ) : System

Initializes a new instance of the InvalidMonthException class.

InvalidMonthException ( string message ) : System

Initializes a new instance of the InvalidMonthException class.

메소드 상세

InvalidMonthException() 공개 메소드

Initializes a new instance of the InvalidMonthException class.
public InvalidMonthException ( ) : System
리턴 System

InvalidMonthException() 공개 메소드

Initializes a new instance of the InvalidMonthException class.
public InvalidMonthException ( string message ) : System
message string /// The message. ///
리턴 System