Noda Time
UnparsableValueException Constructor (message)
NamespacesNodaTime.TextUnparsableValueExceptionUnparsableValueException(String)

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

Creates a new UnparsableValueException with the given message.
Declaration Syntax
C#Visual BasicVisual C++
public UnparsableValueException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
UnparsableValueException(
	String^ message
)
Parameters
message (String)
The failure message

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