Class BarCodeException
تأمین: Aspose.BarCode ساخت: Aspose.BarCode.dll (26.1.0)
هنگام ایجاد تصویر بارکد یک استثنا نشان میدهد.
public class BarCodeException : Exception, ISerializableParameters
Parameters ← Parameters ← BarCodeException
Parameters
Parameters
اعضای 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()
یک نمونه جدید از کلاس Aspose.BarCode.BarCodeException ایجاد کنید.
public BarCodeException()BarCodeException(string)
یک شیء جدید از کلاس Aspose.BarCode.BarCodeException با پیام خطای ارائهشده ایجاد کنید.
public BarCodeException(string message)Parameters
message Parameters
پیام خطا در استثنا.
BarCodeException(string, Exception)
یک نمونه جدید از کلاس Aspose.BarCode.BarCodeException با پیام خطای ارائهشده و استثنای فعلی ایجاد کنید.
public BarCodeException(string message, Exception innerException)Parameters
message Parameters
پیام خطا در استثنا.
innerException Parameters
استثنای فعلی فعال شد.