Delegate TryBuilder.Filter
Represents constructor of exception handling filter.
Namespace: DotNext.Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression Filter(ParameterExpression exception);
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterExpression | exception | The variable representing captured exception. |
Returns
| Type | Description |
|---|---|
| Expression | The expression of type Boolean indicating that captured exception should be handled. |