Class ZipException
This class represents exception type that is mostly raised when some problems with zip extraction/creation occurs.
Inheritance
System.Object
ZipException
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.NET.dll
Syntax
public class ZipException : ApplicationException
Constructors
ZipException(String)
Initializes new instance of the exception class.
Declaration
public ZipException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message. |