Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ApplicationException

    Show / Hide Table of Contents

    Class ApplicationException

    Inheritance
    System.Object
    ApplicationException
    ZipException
    ExcelWorkbookNotSavedException
    InvalidRangeException
    LargeBiffRecordDataException
    LockShareViolationException
    ReadOnlyException
    SmallBiffRecordDataException
    UnexpectedRecordException
    WrongBiffRecordDataException
    WrongBiffStreamFormatException
    WrongBiffStreamPartException
    XmlReadingException
    Namespace: Syncfusion.Compression
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public class ApplicationException : Exception

    Constructors

    ApplicationException()

    Declaration
    public ApplicationException()

    ApplicationException(String)

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

    ApplicationException(String, Exception)

    Declaration
    public ApplicationException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved