Table of Contents

Class SfxGenerationException

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Issued when errors occur saving a self-extracting archive.

[Serializable]
[Guid("ebc25cf6-9120-4283-b972-0e5520d00008")]
public class SfxGenerationException : ZipException, ISerializable
Inheritance
SfxGenerationException
Implements
Inherited Members
Extension Methods

Constructors

SfxGenerationException()

Default ctor.

public SfxGenerationException()

SfxGenerationException(SerializationInfo, StreamingContext)

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

protected SfxGenerationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info for the exception.

context StreamingContext

The streaming context from which to deserialize.

SfxGenerationException(string)

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

public SfxGenerationException(string message)

Parameters

message string

The message in the exception.