Delegate TryBuilder.Handler
Represents exception handler constructor.
Assembly: DotNext.Metaprogramming.dll
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.
|
Constructors
View Source
Declaration
public Handler(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(ParameterExpression exception, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual Expression EndInvoke(IAsyncResult result)
Parameters
Returns
View Source
Declaration
public virtual Expression Invoke(ParameterExpression exception)
Parameters
Returns
Extension Methods