// Assembly: System.Core
// Full name: System.Linq.Expressions.TryExpression

namespace System.Linq.Expressions
{
public class TryExpression // TypeDefIndex: 9727
{
	// Fields
	type#27712 <Type>k__BackingField;
	type#18187 <Body>k__BackingField;
	type#10053 <Handlers>k__BackingField;
	type#18187 <Finally>k__BackingField;
	type#18187 <Fault>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27705 type, type#18184 body, type#18184 finally, type#18184 fault, type#10052 handlers) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#18184 get_Body() { }
	// RVA: -1
	public type#10052 get_Handlers() { }
	// RVA: -1
	public type#18184 get_Finally() { }
	// RVA: -1
	public type#18184 get_Fault() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public type#27662 Update(type#18184 body, type#6667 handlers, type#18184 finally, type#18184 fault) { }
}
}
