C# Class Crisis.Ionic.Zip.SfxGenerationException

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

Public Methods

Method Description
SfxGenerationException ( ) : System

Default ctor.

SfxGenerationException ( String message ) : System

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

Protected Methods

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

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

Method Details

SfxGenerationException() public method

Default ctor.
public SfxGenerationException ( ) : System
return System

SfxGenerationException() protected method

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

SfxGenerationException() public method

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