Class BarCodeException
Der Name: Aspose.BarCode Zusammensetzung: Aspose.BarCode.dll (25.5.0)
Es stellt die Ausnahme für die Erstellung von Barcode-Bild dar.
public class BarCodeException : Exception, ISerializableInheritance
object ← Exception ← BarCodeException
Derived
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
BarCodeException()
Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException Klasse.
public BarCodeException()BarCodeException(String)
Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException Klasse mit angegebener Fehlermeldung.
public BarCodeException(string message)Parameters
message string
Die Fehlermeldung der Ausnahme.
BarCodeException(String, Ausnahme)
Initialisiert eine neue Instanz der Aspose.BarCode.BarCodeException Klasse mit der angegebenen Fehlermeldung und der aktuellen Ausnahme.
public BarCodeException(string message, Exception innerException)Parameters
message string
Die Fehlermeldung der Ausnahme.
innerException Exception
Die gegenwärtige Ausnahme wird abgebrochen.