menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZipException - UWP 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
    ZipException
    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class ZipException : Exception

    Constructors

    ZipException(String)

    Initializes new instance of the exception class.

    Declaration
    public ZipException(string message)
    Parameters
    Type Name Description
    System.String message

    Exception message.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved