Class BarCodeRecognitionException

Class BarCodeRecognitionException

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

Ngoại lệ chung được ném ra bởi BarCodeReader, kế thừa từ BarCodeException

public class BarCodeRecognitionException : Exception, ISerializable

Kế thừa

objectExceptionBarCodeRecognitionException

Kế thừa từ

RecognitionAbortedException

Triển khai

ISerializable

Các 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

BarCodeRecognitionException()

Khởi tạo một thể hiện mới của lớp Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException.

public BarCodeRecognitionException()

BarCodeRecognitionException(string)

Khởi tạo một thể hiện mới của lớp Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException.

public BarCodeRecognitionException(string message)

Tham số

message string

thông điệp lỗi

BarCodeRecognitionException(string, Exception)

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

public BarCodeRecognitionException(string message, Exception innerException)

Tham số

message string

Thông điệp lỗi của ngoại lệ.

innerException Exception

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

BarCodeRecognitionException(SerializationInfo, StreamingContext)

Khởi tạo một thể hiện mới của lớp Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException.

protected BarCodeRecognitionException(SerializationInfo info, StreamingContext context)

Tham số

info SerializationInfo

Chứa dữ liệu đối tượng đã được tuần tự hóa về ngoại lệ đang được ném ra.

context StreamingContext

Chứa thông tin ngữ cảnh về nguồn hoặc đích.

 Tiếng Việt