Class InvalidCodeException

Class InvalidCodeException

Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)

Die Ausnahme wird ausgelöst, wenn ungültige Zeichen im Code-Text enthalten sind.

public class InvalidCodeException : BarCodeException, ISerializable

Vererbung

objectExceptionBarCodeExceptionInvalidCodeException

Implementiert

ISerializable

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()

Konstruktoren

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)

Parameter

message string

Ein String, der den Fehler beschreibt.

 Deutsch