alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class BarcodeException

    Represents the general exception for SfBarcode.

    Inheritance
    System.Object
    BarcodeException
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.dll
    Syntax
    public class BarcodeException : Exception

    Constructors

    BarcodeException()

    Initializes a new instance of the BarcodeException class.

    Declaration
    public BarcodeException()

    BarcodeException(String)

    Initializes a new instance of the BarcodeException class.

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

    User defined error message.

    BarcodeException(String, Exception)

    Initializes a new instance of the BarcodeException class.

    Declaration
    public BarcodeException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    User defined error message.

    System.Exception innerException

    The inner exception.

    Extension Methods

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