Class OperationInterruptedException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Tritt auf, wenn eine Operation unterbrochen wird.
public class OperationInterruptedException : FrameworkException, ISerializable
Vererbung
object ← Exception ← FrameworkException ← OperationInterruptedException
Implementiert
Vererbte Mitglieder
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()
Konstruktoren
OperationInterruptedException(string)
Initialisiert eine neue Instanz der Klasse Aspose.Imaging.CoreExceptions.OperationInterruptedException.
public OperationInterruptedException(string message)
Parameter
message
string
Die Ausnahme-Nachricht.
OperationInterruptedException(string, Exception)
Initialisiert eine neue Instanz der Klasse Aspose.Imaging.CoreExceptions.OperationInterruptedException.
public OperationInterruptedException(string message, Exception innerException)
Parameter
message
string
Die Ausnahme-Nachricht.
innerException
Exception
Die innere Ausnahme.