C# Class Crisis.Ionic.Zip.BadCrcException

Inheritance: ZipException
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator

Méthodes publiques

Méthode Description
BadCrcException ( ) : System

Default ctor.

BadCrcException ( String message ) : System

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

Méthodes protégées

Méthode 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 méthode

Default ctor.
public BadCrcException ( ) : System
Résultat System

BadCrcException() protected méthode

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.
Résultat System

BadCrcException() public méthode

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.
Résultat System