C# Класс NodaTime.Text.InvalidPatternException

Наследование: FormatException
Показать файл Открыть проект

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

Метод Описание
InvalidPatternException ( ) : NodaTime.Annotations

Creates a new InvalidPatternException with the default FormatException message.

InvalidPatternException ( string message ) : NodaTime.Annotations

Creates a new InvalidPatternException with the given message.

Описание методов

InvalidPatternException() публичный Метод

Creates a new InvalidPatternException with the default FormatException message.
public InvalidPatternException ( ) : NodaTime.Annotations
Результат NodaTime.Annotations

InvalidPatternException() публичный Метод

Creates a new InvalidPatternException with the given message.
public InvalidPatternException ( string message ) : NodaTime.Annotations
message string A message describing the nature of the failure
Результат NodaTime.Annotations