Expression.TryFinally Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a TryExpression representing a try block with a finally block and no catch statements.
Assembly: System.Core (in System.Core.dll)
Parameters
- body
- Type: System.Linq.Expressions.Expression
The body of the try block.
- finally
- Type: System.Linq.Expressions.Expression
The body of the finally block.
Show: