Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZipException - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZipException

    This class represents exception type that is mostly raised when some problems with zip extraction/creation occurs.

    Inheritance
    System.Object
    ApplicationException
    ZipException
    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Compression.Portable.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved