C# Class iBlog.Exceptions.InvalidMonthException

The invalid month exception.
Inheritance: System.Exception
Afficher le fichier Open project: lei-zhu/iBlog

Méthodes publiques

Méthode Description
InvalidMonthException ( ) : System

Initializes a new instance of the InvalidMonthException class.

InvalidMonthException ( string message ) : System

Initializes a new instance of the InvalidMonthException class.

Method Details

InvalidMonthException() public méthode

Initializes a new instance of the InvalidMonthException class.
public InvalidMonthException ( ) : System
Résultat System

InvalidMonthException() public méthode

Initializes a new instance of the InvalidMonthException class.
public InvalidMonthException ( string message ) : System
message string /// The message. ///
Résultat System