Class BarCodeException

Class BarCodeException

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

Barkod görüntüsü oluşturma için istisnayı temsil eder.

public class BarCodeException : Exception, ISerializable

Miras

objectExceptionBarCodeException

Türev

InvalidCodeException

Uygulamalar

ISerializable

Miras Alınan Üyeler

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()

Yapıcılar

BarCodeException()

Aspose.BarCode.BarCodeException sınıfının yeni bir örneğini başlatır.

public BarCodeException()

BarCodeException(string)

Belirtilen hata mesajı ile Aspose.BarCode.BarCodeException sınıfının yeni bir örneğini başlatır.

public BarCodeException(string message)

Parametreler

message string

İstisnanın hata mesajı.

BarCodeException(string, Exception)

Belirtilen hata mesajı ve mevcut istisna ile Aspose.BarCode.BarCodeException sınıfının yeni bir örneğini başlatır.

public BarCodeException(string message, Exception innerException)

Parametreler

message string

İstisnanın hata mesajı.

innerException Exception

Mevcut istisna atılmıştır.

 Türkçe