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.Portable.dll
Syntax
public class ZipException : ApplicationExceptionConstructors
ZipException(String)
Initializes new instance of the exception class.
Declaration
public ZipException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | Exception message. |