using System; using System.Collections.Generic; using System.Text; namespace HH.WMS.Utils.NPOI { [Serializable] public class OldFileFormatException : Exception { public OldFileFormatException(String s) : base(s) { } } }