Class AsyncTaskException
Class AsyncTaskException
Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)
异步任务的异常。
public class AsyncTaskException : Exception, ISerializable
继承
object ← Exception ← AsyncTaskException
实现
继承成员
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()
构造函数
AsyncTaskException(string)
初始化 Aspose.Imaging.AsyncTask.AsyncTaskException 类的新实例。
public AsyncTaskException(string message)
参数
message
string
描述错误的消息。