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.Data
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.SerializeObjectState
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public class BarcodeException : Exception, ISerializable, _Exception
Constructors
BarcodeException()
Initializes a new instance of the BarcodeException class.
Declaration
public BarcodeException()
BarcodeException(SerializationInfo, StreamingContext)
Initializes a new instance of the
Declaration
protected BarcodeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The object that holds the serialized object data. |
System.Runtime.Serialization.StreamingContext | context | The contextual information about the source or destination. |
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