Class BarCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.2.0)
Represents the exception for creating barcode image.
public class BarCodeException : Exception, ISerializable
Inheritance
object ← Exception ← BarCodeException
Derived
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BarCodeException()
Initializes a new instance of the Aspose.BarCode.BarCodeException class.
public BarCodeException()
BarCodeException(string)
Initializes a new instance of the Aspose.BarCode.BarCodeException class with specified error message.
public BarCodeException(string message)
Parameters
message
string
The error message of the exception.
BarCodeException(string, Exception)
Initializes a new instance of the Aspose.BarCode.BarCodeException class with the specified error message and the current exception.
public BarCodeException(string message, Exception innerException)
Parameters
message
string
The error message of the exception.
innerException
Exception
The current exception is thrown.