Class InvalidCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.2.0)
The Exception will be thrown when invalid characters contained in the code text.
public class InvalidCodeException : BarCodeException, ISerializable
Inheritance
object ← Exception ← BarCodeException ← InvalidCodeException
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
InvalidCodeException()
Initializes a new instance of the Aspose.BarCode.InvalidCodeException class.
public InvalidCodeException()
InvalidCodeException(string)
Initializes a new instance of the InvalidCodeException class with a specified error message.
public InvalidCodeException(string message)
Parameters
message
string
A String that describes the error.