Class BarCodeRecognitionException
이름 공간 : Aspose.BarCode.BarCodeRecognition 모임: Aspose.BarCode.dll (25.4.0)
BarCodeReader에 의해 던진 일반 예외, BarCodeException에서 유산
public class BarCodeRecognitionException : Exception, ISerializable
Inheritance
object ← Exception ← BarCodeRecognitionException
Derived
Implements
상속 회원들
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
BarCodeRecognitionException()
Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새로운 사례를 시작합니다.
public BarCodeRecognitionException()
BarCodeRecognitionException(스트리트)
Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새로운 사례를 시작합니다.
public BarCodeRecognitionException(string message)
Parameters
message
string
오류 메시지
BarCodeRecognitionException(스트리트, 예외)
Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새로운 예를 시작하여 지정된 오류 메시지와 현재 예외를 제공합니다.
public BarCodeRecognitionException(string message, Exception innerException)
Parameters
message
string
예외의 오류 메시지입니다.
innerException
Exception
현재의 예외는 던져진다.
BarCodeRecognitionException(스트리밍 정보, 스트리밍 컨텍스트)
Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException 클래스의 새로운 사례를 시작합니다.
protected BarCodeRecognitionException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
던져지는 예외에 대한 시리화된 개체 데이터를 유지합니다.
context
StreamingContext
출처 또는 목적지에 대한 맥락 정보가 포함되어 있습니다.