using System;
namespace System.IO
{
/// Represents the method that will handle the event of a object.
/// The source of the event.
/// An object that contains the event data.
/// 2
// Token: 0x0200032A RID: 810
// (Invoke) Token: 0x06001C81 RID: 7297
public delegate void ErrorEventHandler(object sender, ErrorEventArgs e);
}