Class TaskValidationException
Namn på plats: Aspose.Tasks Församling: Aspose.Tasks.dll (25.5.0)
Representerar ett undantag som kastas när fel hittas i projektets uppgifter efter omberäkning.
public class TaskValidationException : RecalculationValidationException, ISerializableInheritance
object ← Exception ← ApplicationException ← ValidationException ← RecalculationValidationException ← TaskValidationException
Implements
Arvsmedlemmar
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
TaskValidationException(SerializationInfo, StreamingContext)
Initialiserar en ny instans av Aspose.Tasks.TaskValidationException klass.
protected TaskValidationException(SerializationInfo info, StreamingContext context)Parameters
info SerializationInfo
Information om serialiseringen.
context StreamingContext
och serialiseringens sammanhang.
Properties
Task
Den uppgift som orsakade undantaget.
public Task Task { get; }