Delegate TryBuilder.Handler
Represents exception handler constructor.
Namespace: DotNext.Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression TryBuilder.Handler(ParameterExpression exception)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | exception | The variable representing captured exception. |
Returns
Type | Description |
---|---|
Expression | The expression representing exception handling block. |