Class BarCodeException

Class BarCodeException

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

Stellt die Ausnahme für die Erstellung eines Barcode-Bildes dar.

public class BarCodeException : Exception, ISerializable

Vererbung

objectExceptionBarCodeException

Abgeleitet

InvalidCodeException

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

BarCodeException()

Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException-Klasse.

public BarCodeException()

BarCodeException(string)

Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException-Klasse mit der angegebenen Fehlermeldung.

public BarCodeException(string message)

Parameter

message string

Die Fehlermeldung der Ausnahme.

BarCodeException(string, Exception)

Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException-Klasse mit der angegebenen Fehlermeldung und der aktuellen Ausnahme.

public BarCodeException(string message, Exception innerException)

Parameter

message string

Die Fehlermeldung der Ausnahme.

innerException Exception

Die aktuelle Ausnahme, die ausgelöst wird.

 Deutsch