Expression.TryFinally Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a TryExpression representing a try block with a finally block and no catch statements.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function TryFinally ( _
body As Expression, _
finally As Expression _
) As TryExpression
public static TryExpression TryFinally(
Expression body,
Expression finally
)
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.
Return Value
Type: System.Linq.Expressions.TryExpression
The created TryExpression.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.