Class OperationInterruptedException
Il nome: Aspose.Imaging.CoreExceptions Assemblea: Aspose.Imaging.dll (25.4.0)
Si verifica quando un’operazione è interrotta.
public class OperationInterruptedException : FrameworkException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← OperationInterruptedException
Implements
I membri ereditari
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
OperationInterruptedException(String)
Inizia una nuova instanza del Aspose.Imaging.CoreExceptions.OperationInterruptedException class.
public OperationInterruptedException(string message)
Parameters
message
string
Il messaggio di eccezione.
OperationInterruptedException(String, eccezione)
Inizia una nuova instanza del Aspose.Imaging.CoreExceptions.OperationInterruptedException class.
public OperationInterruptedException(string message, Exception innerException)
Parameters
message
string
Il messaggio di eccezione.
innerException
Exception
L’eccezione interna.