Class BarCodeRecognitionException

Class BarCodeRecognitionException

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

BarCodeReader에 의해 발생된 일반 예외로, BarCodeException에서 상속받습니다.

public class BarCodeRecognitionException : Exception, ISerializable

상속

objectExceptionBarCodeRecognitionException

파생 클래스

RecognitionAbortedException

구현

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

생성자

BarCodeRecognitionException()

Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새 인스턴스를 초기화합니다.

public BarCodeRecognitionException()

BarCodeRecognitionException(string)

Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새 인스턴스를 초기화합니다.

public BarCodeRecognitionException(string message)

매개변수

message string

오류 메시지

BarCodeRecognitionException(string, Exception)

지정된 오류 메시지와 현재 예외를 사용하여 Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새 인스턴스를 초기화합니다.

public BarCodeRecognitionException(string message, Exception innerException)

매개변수

message string

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

innerException Exception

현재 발생한 예외입니다.

BarCodeRecognitionException(SerializationInfo, StreamingContext)

Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새 인스턴스를 초기화합니다.

protected BarCodeRecognitionException(SerializationInfo info, StreamingContext context)

매개변수

info SerializationInfo

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

context StreamingContext

출처 또는 목적지에 대한 맥락 정보를 포함합니다.

 한국어