Expand description
Throw type providers for expressions, functions, and methods.
These providers allow plugins to specify what exceptions an expression, function call, or method call can throw.
Traitsยง
- Expression
Throw Type Provider - Provider for getting thrown exception class names from any expression.
- Function
Throw Type Provider - Provider for getting thrown exception class names from function calls.
- Method
Throw Type Provider - Provider for getting thrown exception class names from method calls.