C# Class Crisis.Ionic.Zip.BadPasswordException

Inheritance: ZipException
Datei anzeigen Open project: teeknofil/Crisis-Wordlist-Generator

Public Methods

Method Description
BadPasswordException ( ) : System

Default ctor.

BadPasswordException ( String message ) : System

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

BadPasswordException ( String message, Exception innerException ) : System

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

Protected Methods

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

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

Method Details

BadPasswordException() public method

Default ctor.
public BadPasswordException ( ) : System
return System

BadPasswordException() protected method

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

BadPasswordException() public method

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

BadPasswordException() public method

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