Class BarCodeException

Class BarCodeException

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

يمثل الاستثناء لإنشاء صورة رمز شريطي.

public class BarCodeException : Exception, ISerializable

الوراثة

objectExceptionBarCodeException

المشتقات

InvalidCodeException

التنفيذات

ISerializable

الأعضاء الموروثة

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

المنشئات

BarCodeException()

يهيئ مثيلًا جديدًا من فئة Aspose.BarCode.BarCodeException.

public BarCodeException()

BarCodeException(string)

يهيئ مثيلًا جديدًا من فئة Aspose.BarCode.BarCodeException مع رسالة خطأ محددة.

public BarCodeException(string message)

المعلمات

message string

رسالة الخطأ للاستثناء.

BarCodeException(string, Exception)

يهيئ مثيلًا جديدًا من فئة Aspose.BarCode.BarCodeException مع رسالة الخطأ المحددة والاستثناء الحالي.

public BarCodeException(string message, Exception innerException)

المعلمات

message string

رسالة الخطأ للاستثناء.

innerException Exception

الاستثناء الحالي الذي تم رميه.

 عربي