WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarcodeException - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarcodeException

    Represents the general barcode exception class.

    Inheritance
    System.Object
    System.Exception
    BarcodeException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.dll
    Syntax
    public class BarcodeException : Exception, ISerializable, _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.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved