Class BarCodeRecognitionException
Abast: Aspose.BarCode.BarCodeRecognition Kompilierung: Aspose.BarCode.dll (26.1.0)
Allgemeine Ausnahme, ausgelöst von BarCodeReader, geerbt von BarCodeException
public class BarCodeRecognitionException : Exception, ISerializableParameters
objekt ← Parameters ← BarCodeRecognitionException
Parameters
Parameters
Mitglieder von heretats
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()
Parameters
BarCodeRecognitionException()
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException.
public BarCodeRecognitionException()BarCodeRecognitionException(string)
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException.
public BarCodeRecognitionException(string message)Parameters
message Serie
Parameters
BarCodeRecognitionException(string, Exception)
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException mit der angegebenen Fehlermeldung und der aktuellen Ausnahme.
public BarCodeRecognitionException(string message, Exception innerException)Parameters
message Serie
Fehlermeldung in der Ausnahme.
innerException Parameters
Die aktuelle Ausnahme wurde ausgelöst.
BarCodeRecognitionException(SerializationInfo, StreamingContext)
Erstelle eine neue Instanz der Klasse Aspose.BarCode.BarCodeException.
protected BarCodeRecognitionException(SerializationInfo info, StreamingContext context)Parameters
info SerializationInfo
Speichere die serialisierten Daten des Objekts für die ausgelöste Ausnahme.
context StreamingContext
Enthält kontextuelle Informationen über Herkunft oder Ziel.