Class BarCodeException
Tên không gian: Aspose.BarCode Tổng hợp: Aspose.BarCode.dll (25.4.0)
Nó đại diện cho sự ngoại lệ cho việc tạo hình ảnh mã thanh.
public class BarCodeException : Exception, ISerializable
Inheritance
object ← Exception ← BarCodeException
Derived
Implements
Thành viên thừa kế
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()
Bắt đầu một trường hợp mới của lớp Aspose.BarCode.BarCodeException.
public BarCodeException()
BarCodeException(String)
Bắt đầu một trường hợp mới của lớp Aspose.BarCode.BarCodeException với thông điệp lỗi cụ thể.
public BarCodeException(string message)
Parameters
message
string
Thông điệp sai lầm của ngoại lệ
BarCodeException(String, ngoại lệ)
Bắt đầu một trường hợp mới của lớp Aspose.BarCode.BarCodeException với thông điệp lỗi được chỉ định và ngoại lệ hiện tại.
public BarCodeException(string message, Exception innerException)
Parameters
message
string
Thông điệp sai lầm của ngoại lệ
innerException
Exception
Ngoại lệ hiện tại đã bị bỏ rơi.