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
오류를 설명하는 메시지입니다.