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

namespace System.Linq.Expressions
{
public class CatchBlock // TypeDefIndex: 9647
{
	// Fields
	type#24229 <Variable>k__BackingField;
	type#27712 <Test>k__BackingField;
	type#18187 <Body>k__BackingField;
	type#18187 <Filter>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27705 test, type#24228 variable, type#18184 body, type#18184 filter) { }
	// RVA: -1
	public type#24228 get_Variable() { }
	// RVA: -1
	public type#27705 get_Test() { }
	// RVA: -1
	public type#18184 get_Body() { }
	// RVA: -1
	public type#18184 get_Filter() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#15795 Update(type#24228 variable, type#18184 filter, type#18184 body) { }
}
}
