Class BarCodeException
İsim alanı : Aspose.BarCode Toplama: Aspose.BarCode.dll (25.4.0)
Barkod görüntüsü oluşturmak için bir istisna oluşturur.
public class BarCodeException : Exception, ISerializable
Inheritance
object ← Exception ← BarCodeException
Derived
Implements
mirasçı üyeleri
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()
Aspose.BarCode.BarCodeException sınıfının yeni bir örneğini başlatır.
public BarCodeException()
BarCodeException(Sırt)
Aspose.BarCode.BarCodeException sınıfının yeni bir örneğini belirlenmiş bir hata mesajı ile başlatır.
public BarCodeException(string message)
Parameters
message
string
Bir istisna ile ilgili hata mesajı.
BarCodeException(Çerçeve, istisna)
Aspose.BarCode.BarCodeException sınıfının yeni bir örneği, belirtilen hata mesajı ve mevcut istisna ile başlatılır.
public BarCodeException(string message, Exception innerException)
Parameters
message
string
Bir istisna ile ilgili hata mesajı.
innerException
Exception
Şimdiki istisna atılıyor.