namespace com.hitrust.util.GZip { using com.hitrust.util; using System; public class GZipException : SharpZipBaseException { public GZipException() { } public GZipException(string message) : base(message) { } } }