您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->X3BLOG 单用户1.0 build80707(ACCESS)源代码>>SharpZipLib/GZip/GZipException.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:X3BLOG 单用户1.0 build80707(ACCESS)源代码


当前文件路径:x3blogAccessBuild80707/SharpZipLib/GZip/GZipException.cs 文件类型
普通视图
		            
1// GzipOutputStream.cs 2// 3// Copyright 2004 John Reilly 4// 5// This program is free software; you can redistribute it and/or 6// modify it under the terms of the GNU General Public License 7// as published by the Free Software Foundation; either version 2 8// of the License, or (at your option) any later version. 9// 10// This program is distributed in the hope that it will be useful, 11// but WITHOUT ANY WARRANTY; without even the implied warranty of 12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13// GNU General Public License for more details. 14// 15// You should have received a copy of the GNU General Public License 16// along with this program; if not, write to the Free Software 17// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18// 19// Linking this library statically or dynamically with other modules is 20// making a combined work based on this library. Thus, the terms and 21// conditions of the GNU General Public License cover the whole 22// combination. 23// 24// As a special exception, the copyright holders of this library give you 25// permission to link this library with independent modules to produce an 26// executable, regardless of the license terms of these independent 27// modules, and to copy and distribute the resulting executable under 28// terms of your choice, provided that you also meet, for each linked 29// independent module, the terms and conditions of the license of that 30// module. An independent module is a module which is not derived from 31// or based on this library. If you modify this library, you may extend 32// this exception to your version of the library, but you are not 33// obligated to do so. If you do not wish to do so, delete this 34// exception statement from your version. 35 36using System; 37using ICSharpCode.SharpZipLib; 38 39namespace ICSharpCode.SharpZipLib.GZip 40{ 41 /// <summary> 42 /// GZipException represents a Gzip specific exception 43 /// </summary> 44 public class GZipException : SharpZipBaseException 45 { 46 /// <summary> 47 /// Initialise a new instance of GZipException 48 /// </summary> 49 public GZipException() 50 { 51 } 52 53 /// <summary> 54 /// Initialise a new instance of GZipException with its message string. 55 /// </summary> 56 /// <param name="message">A <see cref="string"></see>string that describes the error.</param> 57 public GZipException(string message) : base(message) 58 { 59 } 60 } 61} 62
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:X3BLOG 单用户1.0 build80707(ACCESS)源代码

- 漂亮许愿墙前台程序源码

- Asp.net卖场客户管理系统源码

- 风的回忆留言本源码

- 人事管理系统(课程设计)源码

- chx99个人主页源码

- mvc入门练习源码

- Asp.net2.0任务分配系统源码

- 武汉某培训机构全站代码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号