Class RecognitionAbortedException

Class RecognitionAbortedException

이름 공간 : Aspose.BarCode.BarCodeRecognition 모임: Aspose.BarCode.dll (25.4.0)

BarCodeReader를 사용하여 인식하는 동안 시간을 초과하는 경우에 던져진 인정 낙태 예외를 나타냅니다.

public class RecognitionAbortedException : BarCodeRecognitionException, ISerializable

Inheritance

object Exception BarCodeRecognitionException RecognitionAbortedException

Implements

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

Constructors

RecognitionAbortedException()

Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스는 특정 인식 낙태 메시지로 새로운 사례를 시작합니다.

public RecognitionAbortedException()

RecognitionAbortedException(이트)

Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스는 특정 인식 낙태 메시지로 새로운 사례를 시작합니다.

public RecognitionAbortedException(int executionTime)

Parameters

executionTime int

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

RecognitionAbortedException(링크, int)

Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스는 특정 인식 낙태 메시지로 새로운 사례를 시작합니다.

public RecognitionAbortedException(string message, int executionTime)

Parameters

message string

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

executionTime int

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

RecognitionAbortedException(스트리밍 정보, 스트리밍 컨텍스트)

Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException 클래스는 특정 인식 낙태 메시지로 새로운 사례를 시작합니다.

protected RecognitionAbortedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

던져지는 예외에 대한 시리화된 개체 데이터를 유지합니다.

context StreamingContext

출처 또는 목적지에 대한 맥락 정보가 포함되어 있습니다.

Properties

ExecutionTime

현재 인식 세션의 실행 시간을 얻습니다.

public int ExecutionTime { get; set; }

부동산 가치

int

Methods

GetObjectData(스트리밍 정보, 스트리밍 컨텍스트)

추출 클래스에서 과장되면 SerializationInfo는 예외에 대한 정보를 제공합니다.

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

던져지는 예외에 대한 시리화된 개체 데이터를 유지합니다.

context StreamingContext

출처 또는 목적지에 대한 맥락 정보가 포함되어 있습니다.

 한국어