Example #1
0
 /// <inheritdoc />
 protected override SerializationException CreateParseValueError(object runtimeValue)
 {
     return(ThrowHelper.IPv4Type_ParseValue_IsInvalid(this));
 }