/// <inheritdoc />
 protected override SerializationException CreateParseLiteralError(IValueNode valueSyntax)
 {
     throw ThrowHelper.NegativeFloatType_ParseLiteral_IsNotNegative(this);
 }