IEnumerable<int> items = [];
var query = items.Where([Throws(typeof(FormatException), typeof(OverflowException))] (x) => x == int.Parse("10"));
var r = query.First();
Features
- LINQ operator support
foreach support
- Implement your own deferred constructs that propagate exceptions
Use standards when possible
Features
foreachsupportUse standards when possible