Class BarCodeRecognitionException

Class BarCodeRecognitionException

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

General exception thrown by BarCodeReader, inherited from BarCodeException

public class BarCodeRecognitionException : Exception, ISerializable

Inheritance

objectExceptionBarCodeRecognitionException

Derived

RecognitionAbortedException

Implements

ISerializable

Inherited Members

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

Initializes a new instance of the Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException class.

public BarCodeRecognitionException()

BarCodeRecognitionException(string)

Initializes a new instance of the Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException class.

public BarCodeRecognitionException(string message)

Parameters

message string

error message

BarCodeRecognitionException(string, Exception)

Initializes a new instance of the Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException class with the specified error message and the current exception.

public BarCodeRecognitionException(string message, Exception innerException)

Parameters

message string

The error message of the exception.

innerException Exception

The current exception is thrown.

BarCodeRecognitionException(SerializationInfo, StreamingContext)

Initializes a new instance of the Aspose.BarCode.BarCodeRecognition.BarCodeRecognitionException class.

protected BarCodeRecognitionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Holds the serialized object data about the exception being thrown.

context StreamingContext

Contains contextual information about the source or destination.

 English