/// <inheritdoc /> protected override SerializationException CreateParseResultError(object runtimeValue) { throw ThrowHelper.NegativeFloatType_ParseValue_IsNotNegative(this); }
/// <inheritdoc /> protected override SerializationException CreateParseValueError(object runtimeValue) { return(ThrowHelper.MacAddressType_ParseValue_IsInvalid(this)); }
/// <inheritdoc /> protected override SerializationException CreateParseLiteralError(IValueNode valueSyntax) { throw ThrowHelper.NegativeFloatType_ParseLiteral_IsNotNegative(this); }
/// <inheritdoc /> protected override SerializationException CreateParseLiteralError(IValueNode valueSyntax) { return(ThrowHelper.MacAddressType_ParseLiteral_IsInvalid(this)); }