C# Class Crisis.Ionic.Zip.ZipException

Inheritance: System.Exception
Show file Open project: teeknofil/Crisis-Wordlist-Generator

Public Methods

Method Description
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?

Protected Methods

Method Description
ZipException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

ZipException() public method

Default ctor.
public ZipException ( ) : System
return System

ZipException() protected method

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.
return System

ZipException() public method

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.
return System

ZipException() public method

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.
return System