Class TaskValidationException
De naam: Aspose.Tasks Verzameling: Aspose.Tasks.dll (25.5.0)
Het is een uitzondering die wordt gegooid wanneer fouten worden gevonden in de taken van het project na herberekening.
public class TaskValidationException : RecalculationValidationException, ISerializableInheritance
object ← Exception ← ApplicationException ← ValidationException ← RecalculationValidationException ← TaskValidationException
Implements
Geëerbiede leden
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(Informatie, StreamingContext)
Initialiseert een nieuwe instantie van de Aspose.Tasks.TaskValidationException klasse.
protected TaskValidationException(SerializationInfo info, StreamingContext context)Parameters
info SerializationInfo
Informatie over serialisatie.
context StreamingContext
Het serialisatiecontext.
Properties
Task
De taak die de uitzondering veroorzaakt.
public Task Task { get; }