Class BarCodeException
Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)
Stellt eine Ausnahme für die Erstellung eines Barcode-Bildes dar.
public class BarCodeException : Exception, ISerializable
Vererbung
object ← Exception ← BarCodeException
Abgeleitet
Implementiert
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()
Konstruktor
BarCodeException()
Initialisiert eine neue Instanz der Klasse Aspose.BarCode.BarCodeException.
public BarCodeException()
BarCodeException(string)
Initialisiert eine neue Instanz der Klasse Aspose.BarCode.BarCodeException mit der angegebenen Fehlermeldung.
public BarCodeException(string message)
Parameter
message
string
Fehlermeldung der Ausnahme.
BarCodeException(string, Exception)
Initialisiert eine neue Instanz der Klasse Aspose.BarCode.BarCodeException mit der angegebenen Fehlermeldung und der aktuellen Ausnahme.
public BarCodeException(string message, Exception innerException)
Parameter
message
string
Fehlermeldung der Ausnahme.
innerException
Exception
Die aktuelle Ausnahme, die ausgelöst wurde.