Class InvalidCodeException
Der Name: Aspose.BarCode Zusammensetzung: Aspose.BarCode.dll (25.4.0)
Die Ausnahme wird gelöscht, wenn in der Code-Text enthaltene ungültige Zeichen enthalten sind.
public class InvalidCodeException : BarCodeException, ISerializable
Inheritance
object ← Exception ← BarCodeException ← InvalidCodeException
Implements
Vererbte Mitglieder
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()
Initialisiert eine neue Instanz der Aspose.BarCode.InvalidCodeException Klasse.
public InvalidCodeException()
InvalidCodeException(String)
Initialisiert eine neue Instanz der InvalidCodeException-Klasse mit einer angegebenen Fehlermeldung.
public InvalidCodeException(string message)
Parameters
message
string
Ein String, der den Fehler beschreibt.