// Assembly: mscorlib
// Full name: System.Runtime.ExceptionServices.ExceptionDispatchInfo

namespace System.Runtime.ExceptionServices
{
public class ExceptionDispatchInfo // TypeDefIndex: 4405
{
	// Fields
	type#18122 m_Exception;
	type#23706 m_stackTrace;

	// Methods
	// RVA: -1
	private type#28660 .ctor(type#18121 exception) { }
	// RVA: -1
	internal type#23705 get_BinaryStackTraceArray() { }
	// RVA: -1
	public static type#18131 Capture(type#18121 source) { }
	// RVA: -1
	public type#18121 get_SourceException() { }
	// RVA: -1
	public type#28660 Throw() { }
	// RVA: -1
	public static type#28660 Throw(type#18121 source) { }
}
}
