[Bug Report] PnP APIs TryGetValue
should not throw expected exceptions
#2066
Labels
bug
Something isn't working.
fix-checked-in
Fix checked into main or preview, but not yet released.
IoTSDK
Tracks all IoT SDK issues across the board
The
Try..
pattern in .NET, likeint.TryParse
, is intended to do not throw exceptions.from the docs:
reproes with #2065
The text was updated successfully, but these errors were encountered: