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