Class InvalidCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)
Ett undantag kommer att kastas när ogiltiga tecken finns i kodtexten.
public class InvalidCodeException : BarCodeException, ISerializable
Arv
object ← Exception ← BarCodeException ← InvalidCodeException
Implementerar
Ärvda medlemmar
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()
Konstruktörer
InvalidCodeException()
Initierar en ny instans av Aspose.BarCode.InvalidCodeException-klassen.
public InvalidCodeException()
InvalidCodeException(string)
Initierar en ny instans av InvalidCodeException-klassen med ett angivet felmeddelande.
public InvalidCodeException(string message)
Parametrar
message
string
En sträng som beskriver felet.