C# Class Crisis.Ionic.Zip.BadCrcException

Inheritance: ZipException
Show file Open project: teeknofil/Crisis-Wordlist-Generator

Public Methods

Method Description
BadCrcException ( ) : System

Default ctor.

BadCrcException ( String message ) : System

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

Protected Methods

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

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

Method Details

BadCrcException() public method

Default ctor.
public BadCrcException ( ) : System
return System

BadCrcException() protected method

Come on, you know how exceptions work. Why are you looking at this documentation?
protected BadCrcException ( 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

BadCrcException() public method

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