Class OperationInterruptedException
名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)
它发生在一个操作中断时。
public class OperationInterruptedException : FrameworkException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← OperationInterruptedException
Implements
继承人
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(线条)
启动了 Aspose.Imaging.CoreExceptions.Operation中断的例外类的新例子。
public OperationInterruptedException(string message)
Parameters
message
string
例外消息。
OperationInterruptedException(,例外)
启动了 Aspose.Imaging.CoreExceptions.Operation中断的例外类的新例子。
public OperationInterruptedException(string message, Exception innerException)
Parameters
message
string
例外消息。
innerException
Exception
内部的例外。