1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-12-17 11:37:33 +00:00

Update SearchResult.cs

This commit is contained in:
Jkorf 2025-12-15 08:52:12 +01:00
parent 0b1cf9086c
commit 91a5d50bde

View File

@ -21,7 +21,7 @@ namespace CryptoExchange.Net.Converters.MessageParsing.DynamicConverters
return item.Value; return item.Value;
} }
throw new Exception(""); // TODO throw new Exception($"No field value found for {searchName}");
} }
/// <summary> /// <summary>