Noda Time
UnparsableValueException Class
NamespacesNodaTime.TextUnparsableValueException

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

Exception thrown to indicate that the specified value could not be parsed.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public sealed class UnparsableValueException : FormatException
<SerializableAttribute> _
Public NotInheritable Class UnparsableValueException _
	Inherits FormatException
[SerializableAttribute]
public ref class UnparsableValueException sealed : public FormatException
Members
All MembersConstructors



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

UnparsableValueException(String)
Creates a new UnparsableValueException 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
   UnparsableValueException

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