C# Class NodaTime.Text.InvalidPatternException

Inheritance: FormatException
Datei anzeigen Open project: jskeet/nodatime

Public Methods

Method 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 method

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

InvalidPatternException() public method

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