Class SfxGenerationException
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
infoSerializationInfoThe serialization info for the exception.
contextStreamingContextThe 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
messagestringThe message in the exception.