Class OperationInterruptedException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Występuje, gdy operacja zostaje przerwana.
public class OperationInterruptedException : FrameworkException, ISerializable
Dziedziczenie
object ← Exception ← FrameworkException ← OperationInterruptedException
Implementuje
Członkowie dziedziczeni
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()
Konstruktorzy
OperationInterruptedException(string)
Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.OperationInterruptedException.
public OperationInterruptedException(string message)
Parametry
message
string
Wiadomość wyjątku.
OperationInterruptedException(string, Exception)
Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.OperationInterruptedException.
public OperationInterruptedException(string message, Exception innerException)
Parametry
message
string
Wiadomość wyjątku.
innerException
Exception
Wewnętrzny wyjątek.