Class UnparsableValueException
Exception thrown to indicate that the specified value could not be parsed.
Since 1.0.x
Availability net45, netstandard1.3, netstandard2.0
Inherited Members
Namespace: NodaTime.Text
Assembly: NodaTime.dll
Syntax
[Serializable]
public sealed class UnparsableValueException : FormatException, ISerializable, _Exception
Constructors
UnparsableValueException()
Creates a new UnparsableValueException with no message.
Since 1.0.x
Availability net45, netstandard1.3, netstandard2.0
Declaration
public UnparsableValueException()
UnparsableValueException(String)
Creates a new UnparsableValueException with the given message.
Since 1.0.x
Availability net45, netstandard1.3, netstandard2.0
Declaration
public UnparsableValueException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The failure message |