Class BarCodeException

Class BarCodeException

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

Đại diện cho ngoại lệ khi tạo hình ảnh mã vạch.

public class BarCodeException : Exception, ISerializable

Kế thừa

objectExceptionBarCodeException

Kế thừa từ

InvalidCodeException

Triển khai

ISerializable

Thành viên kế thừa

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

Các hàm khởi tạo

BarCodeException()

Khởi tạo một thể hiện mới của lớp Aspose.Bar.Code.BarCodeException.

public BarCodeException()

BarCodeException(string)

Khởi tạo một thể hiện mới của lớp Aspose.Bar.Code.BarCodeException với thông báo lỗi được chỉ định.

public BarCodeException(string message)

Tham số

message string

Thông báo lỗi của ngoại lệ.

BarCodeException(string, Exception)

Khởi tạo một thể hiện mới của lớp Aspose.Bar.Code.BarCodeException với thông báo lỗi được chỉ định và ngoại lệ hiện tại.

public BarCodeException(string message, Exception innerException)

Tham số

message string

Thông báo lỗi của ngoại lệ.

innerException Exception

Ngoại lệ hiện tại được ném ra.

 Tiếng Việt