C# 클래스 ICSharpCode.SharpZipLib.ZipException

Represents errors specific to Zip file handling
상속: System.ApplicationException
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
ZipException ( ) : System

Initializes a new instance of the ZipException class.

ZipException ( string msg ) : System

Initializes a new instance of the ZipException class with a specified error message.

메소드 상세

ZipException() 공개 메소드

Initializes a new instance of the ZipException class.
public ZipException ( ) : System
리턴 System

ZipException() 공개 메소드

Initializes a new instance of the ZipException class with a specified error message.
public ZipException ( string msg ) : System
msg string
리턴 System