1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-12-17 03:28:18 +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;
}
throw new Exception(""); // TODO
throw new Exception($"No field value found for {searchName}");
}
/// <summary>