Noda Time
InvalidPatternException Class
NamespacesNodaTime.TextInvalidPatternException

[This is preliminary documentation and is subject to change.]

Exception thrown to indicate that the format pattern provided for either formatting or parsing is invalid.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public sealed class InvalidPatternException : FormatException
<SerializableAttribute> _
Public NotInheritable Class InvalidPatternException _
	Inherits FormatException
[SerializableAttribute]
public ref class InvalidPatternException sealed : public FormatException
Members
All MembersConstructors



IconMemberDescription
InvalidPatternException()()()()
Creates a new InvalidPatternException with no message.

InvalidPatternException(String)
Creates a new InvalidPatternException with the given message.

Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe. See the thread safety section of the user guide for more information.
Inheritance Hierarchy
Object
Exception
 SystemException
  FormatException
   InvalidPatternException

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)