C# 클래스 Crisis.Ionic.Zip.ZipException

상속: System.Exception
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

공개 메소드들

메소드 설명
ZipException ( ) : System

Default ctor.

ZipException ( String message ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

ZipException ( String message, Exception innerException ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

보호된 메소드들

메소드 설명
ZipException ( SerializationInfo info, StreamingContext context ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

메소드 상세

ZipException() 공개 메소드

Default ctor.
public ZipException ( ) : System
리턴 System

ZipException() 보호된 메소드

Come on, you know how exceptions work. Why are you looking at this documentation?
protected ZipException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info for the exception.
context System.Runtime.Serialization.StreamingContext The streaming context from which to deserialize.
리턴 System

ZipException() 공개 메소드

Come on, you know how exceptions work. Why are you looking at this documentation?
public ZipException ( String message ) : System
message String The message in the exception.
리턴 System

ZipException() 공개 메소드

Come on, you know how exceptions work. Why are you looking at this documentation?
public ZipException ( String message, Exception innerException ) : System
message String The message in the exception.
innerException System.Exception The innerException for this exception.
리턴 System