Class TaskValidationException
Der Name: Aspose.Tasks Versammlung: Aspose.Tasks.dll (25.5.0)
Es handelt sich um eine Ausnahme, die gestohlen wird, wenn Fehler in den Aufgaben des Projekts nach der Umrechnung gefunden werden.
public class TaskValidationException : RecalculationValidationException, ISerializableInheritance
object ← Exception ← ApplicationException ← ValidationException ← RecalculationValidationException ← TaskValidationException
Implements
Vererbte Mitglieder
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(Veröffentlichung, StreamingContext)
Initialisiert eine neue Instanz der Aspose.Tasks.TaskValidationException Klasse.
protected TaskValidationException(SerializationInfo info, StreamingContext context)Parameters
info SerializationInfo
Die Serieninformationen.
context StreamingContext
Das Serienkontext.
Properties
Task
Er bekommt die Aufgabe, die die Ausnahme verursacht hat.
public Task Task { get; }