// Assembly: System.Core
// Full name: System.Linq.Expressions.Interpreter.TryCatchFinallyHandler

namespace System.Linq.Expressions.Interpreter
{
public class TryCatchFinallyHandler // TypeDefIndex: 9930
{
	// Fields
	type#20878 TryStartIndex;
	type#20878 TryEndIndex;
	type#20878 FinallyStartIndex;
	type#20878 FinallyEndIndex;
	type#20878 GotoEndTargetIndex;
	type#13032 _handlers;

	// Methods
	// RVA: -1
	internal type#15313 get_IsFinallyBlockExist() { }
	// RVA: -1
	internal type#13031 get_Handlers() { }
	// RVA: -1
	internal type#15313 get_IsCatchBlockExist() { }
	// RVA: -1
	internal type#28660 .ctor(type#20867 tryStart, type#20867 tryEnd, type#20867 gotoEndTargetIndex, type#13031 handlers) { }
	// RVA: -1
	internal type#28660 .ctor(type#20867 tryStart, type#20867 tryEnd, type#20867 gotoEndLabelIndex, type#20867 finallyStart, type#20867 finallyEnd, type#13031 handlers) { }
	// RVA: -1
	internal type#15313 HasHandler(type#21011 frame, type#18121 exception, type#11872 handler, type#12030 unwrappedException) { }
	// RVA: -1
	private static type#15313 FilterPasses(type#21011 frame, type#12029 exception, type#18134 filter) { }
}
}
