C# Class NodaTime.Text.InvalidPatternException

Inheritance: FormatException
Afficher le fichier Open project: jskeet/nodatime

Méthodes publiques

Méthode Description
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.

Method Details

InvalidPatternException() public méthode

Creates a new InvalidPatternException with the default FormatException message.
public InvalidPatternException ( ) : NodaTime.Annotations
Résultat NodaTime.Annotations

InvalidPatternException() public méthode

Creates a new InvalidPatternException with the given message.
public InvalidPatternException ( string message ) : NodaTime.Annotations
message string A message describing the nature of the failure
Résultat NodaTime.Annotations