Class RecognitionAbortedException
De naam: Aspose.BarCode.BarCodeRecognition Verzameling: Aspose.BarCode.dll (25.4.0)
Vertegenwoordigt erkenning abortus uitzondering die wordt gegooid in timeout overschreden tijdens erkenning met BarCodeReader.
public class RecognitionAbortedException : BarCodeRecognitionException, ISerializable
Inheritance
object ← Exception ← BarCodeRecognitionException ← RecognitionAbortedException
Implements
Geëerbiede leden
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()
Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException klasse met aangegeven erkenning abortus boodschap.
public RecognitionAbortedException()
RecognitionAbortedException(Int)
Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException klasse met aangegeven erkenning abortus boodschap.
public RecognitionAbortedException(int executionTime)
Parameters
executionTime
int
De uitvoeringstijd van de huidige erkenningssessie.
RecognitionAbortedException(De string, int)
Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException klasse met aangegeven erkenning abortus boodschap.
public RecognitionAbortedException(string message, int executionTime)
Parameters
message
string
De foutbericht van de uitzondering.
executionTime
int
De uitvoeringstijd van de huidige erkenningssessie.
RecognitionAbortedException(Informatie, StreamingContext)
Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException klasse met aangegeven erkenning abortus boodschap.
protected RecognitionAbortedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
Het behoudt de gerenoveerde objectgegevens over de uitzondering die wordt gegooid.
context
StreamingContext
Inhoudt contextuele informatie over de bron of bestemming.
Properties
ExecutionTime
Geeft de uitvoeringstijd van de huidige herkenningssessie
public int ExecutionTime { get; set; }
Eigendomswaarde
Methods
GetObjectData(Informatie, StreamingContext)
Wanneer u in een afgeleide klasse overstijgt, plaatst u de SerializationInfo met informatie over de uitzondering.
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
Het behoudt de gerenoveerde objectgegevens over de uitzondering die wordt gegooid.
context
StreamingContext
Inhoudt contextuele informatie over de bron of bestemming.