Class RecognitionAbortedException
Namespace: Aspose.BarCode.BarCodeRecognition
Assembly: Aspose.BarCode.dll (25.1.0)
מייצגת חריגת ביטול זיהוי המושלכת כאשר הזמן המוקצה לזיהוי חורג.
public class RecognitionAbortedException : BarCodeRecognitionException, ISerializable
ירושה
object ← Exception ← BarCodeRecognitionException ← RecognitionAbortedException
מיישמת
חברים המורשים
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()
קונסטרוקטורים
RecognitionAbortedException()
מאתחל מופע חדש של מחלקת Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException עם הודעת ביטול זיהוי ספציפית.
public RecognitionAbortedException()
RecognitionAbortedException(int)
מאתחל מופע חדש של מחלקת Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException עם הודעת ביטול זיהוי ספציפית.
public RecognitionAbortedException(int executionTime)
פרמטרים
executionTime
int
זמן הביצוע של מפגש הזיהוי הנוכחי.
RecognitionAbortedException(string, int)
מאתחל מופע חדש של מחלקת Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException עם הודעת ביטול זיהוי ספציפית.
public RecognitionAbortedException(string message, int executionTime)
פרמטרים
message
string
הודעת השגיאה של החריגה.
executionTime
int
זמן הביצוע של מפגש הזיהוי הנוכחי.
RecognitionAbortedException(SerializationInfo, StreamingContext)
מאתחל מופע חדש של מחלקת Aspose.BarCode.BarCodeRecognition.RecognitionAbortedException עם הודעת ביטול זיהוי ספציפית.
protected RecognitionAbortedException(SerializationInfo info, StreamingContext context)
פרמטרים
info
SerializationInfo
מחזיק את נתוני האובייקט המוסרים על החריגה המושלכת.
context
StreamingContext
מכיל מידע הקשרי על המקור או היעד.
מאפיינים
ExecutionTime
מחזיר את זמן הביצוע של מפגש הזיהוי הנוכחי.
public int ExecutionTime { get; set; }
ערך המאפיין
שיטות
GetObjectData(SerializationInfo, StreamingContext)
כאשר היא מוגדרת במחלקה נגזרת, קובעת את SerializationInfo עם מידע על החריגה.
public override void GetObjectData(SerializationInfo info, StreamingContext context)
פרמטרים
info
SerializationInfo
מחזיק את נתוני האובייקט המוסרים על החריגה המושלכת.
context
StreamingContext
מכיל מידע הקשרי על המקור או היעד.