C# Класс iBlog.Exceptions.InvalidMonthException

The invalid month exception.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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