Expression.TryFault Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a TryExpression representing a try block with a fault block and no catch statements.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function TryFault ( _
body As Expression, _
fault As Expression _
) As TryExpression
public static TryExpression TryFault(
Expression body,
Expression fault
)
Parameters
- body
Type: System.Linq.Expressions.Expression
The body of the try block.
- fault
Type: System.Linq.Expressions.Expression
The body of the fault 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.