System.Core
4.0.0.0
System.Linq.Expressions.Expression
System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/TryExpressionProxy))
The body block is protected by the try block.
The handlers consist of a set of expressions that can be either catch statements or filters.
The fault block runs if an exception is thrown.
The finally block runs regardless of how control exits the body.
Only one of fault or finally blocks can be supplied.
The return type of the try block must match the return type of any associated catch statements.
Represents a try/catch/finally/fault block.
Method
4.0.0.0
System.Linq.Expressions.Expression
To be added.
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Linq.Expressions.Expression
To be added.
To be added.
Gets the representing the body of the try block.
Property
4.0.0.0
System.Linq.Expressions.Expression
To be added.
To be added.
Gets the representing the fault block.
Property
4.0.0.0
System.Linq.Expressions.Expression
To be added.
To be added.
Gets the representing the finally block.
Property
4.0.0.0
System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.CatchBlock>
To be added.
To be added.
Gets the collection of expressions associated with the try block.
Property
4.0.0.0
System.Linq.Expressions.ExpressionType
To be added.
To be added.
Returns the node type of this .
Property
4.0.0.0
System.Type
To be added.
To be added.
Gets the static type of the expression that this represents.
Method
4.0.0.0
System.Linq.Expressions.TryExpression
To be added.
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
This expression if no children are changed or an expression with the updated children.
The property of the result.
The property of the result.
The property of the result.
The property of the result.