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