Class RecognitionAbortedException

Class RecognitionAbortedException

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

바코드 리더로 인식하는 동안 타임아웃이 초과될 때 발생하는 인식 중단 예외를 나타냅니다.

public class RecognitionAbortedException : BarCodeRecognitionException, ISerializable

상속

objectExceptionBarCodeRecognitionExceptionRecognitionAbortedException

구현

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

생성자

RecognitionAbortedException()

지정된 인식 중단 메시지로 Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스의 새 인스턴스를 초기화합니다.

public RecognitionAbortedException()

RecognitionAbortedException(int)

지정된 인식 중단 메시지로 Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스의 새 인스턴스를 초기화합니다.

public RecognitionAbortedException(int executionTime)

매개변수

executionTime int

현재 인식 세션의 실행 시간입니다.

RecognitionAbortedException(string, int)

지정된 인식 중단 메시지로 Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스의 새 인스턴스를 초기화합니다.

public RecognitionAbortedException(string message, int executionTime)

매개변수

message string

예외의 오류 메시지입니다.

executionTime int

현재 인식 세션의 실행 시간입니다.

RecognitionAbortedException(SerializationInfo, StreamingContext)

지정된 인식 중단 메시지로 Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스의 새 인스턴스를 초기화합니다.

protected RecognitionAbortedException(SerializationInfo info, StreamingContext context)

매개변수

info SerializationInfo

발생하는 예외에 대한 직렬화된 객체 데이터를 보유합니다.

context StreamingContext

소스 또는 대상에 대한 컨텍스트 정보를 포함합니다.

속성

ExecutionTime

현재 인식 세션의 실행 시간을 가져옵니다.

public int ExecutionTime { get; set; }

속성 값

int

메서드

GetObjectData(SerializationInfo, StreamingContext)

파생 클래스에서 재정의할 때 예외에 대한 정보를 포함하여 SerializationInfo를 설정합니다.

public override void GetObjectData(SerializationInfo info, StreamingContext context)

매개변수

info SerializationInfo

발생하는 예외에 대한 직렬화된 객체 데이터를 보유합니다.

context StreamingContext

소스 또는 대상에 대한 컨텍스트 정보를 포함합니다.

 한국어