// System.BadImageFormatException // // Sean MacIsaac (macisaac@ximian.com) // // (C) 2001 Ximian, Inc. using System.Globalization; namespace System { public class BadImageFormatException : Exception { public string FusionLog { get { throw new NotImplementedException (); } } } }