Class BarCodeException
Abast: Aspose.BarCode Kompilierung: Aspose.BarCode.dll (26.1.0)
Zeigt eine Ausnahme beim Erstellen des Strichcode‑Bildes.
public class BarCodeException : Exception, ISerializableParameters
Objekt ← Parameters ← BarCodeException
Parameters
Parameters
Mitglieder des heretats
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()
Parameters
BarCodeException()
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException.
public BarCodeException()BarCodeException(string)
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException mit der angegebenen Fehlermeldung.
public BarCodeException(string message)Parameters
message Serie
Fehlermeldung in Ausnahme.
BarCodeException(string, Exception)
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException mit der angegebenen Fehlermeldung und der aktuellen Ausnahme.
public BarCodeException(string message, Exception innerException)Parameters
message Serie
Fehlermeldung in Ausnahme.
innerException Parameters
Die aktuelle Ausnahme wurde ausgelöst.