C# Class Crisis.Ionic.Zip.BadReadException

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

Méthodes publiques

Méthode Description
BadReadException ( ) : System

Default ctor.

BadReadException ( String message ) : System

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

BadReadException ( String message, Exception innerException ) : System

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

Méthodes protégées

Méthode Description
BadReadException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

BadReadException() public méthode

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

BadReadException() protected méthode

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

BadReadException() public méthode

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

BadReadException() public méthode

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