Class ResourceValidationException
Der Name: Aspose.Tasks Zusammensetzung: Aspose.Tasks.dll (25.4.0)
Es handelt sich um eine Ausnahme, die gestohlen wird, wenn Fehler in den Eigenschaften der Ressource gefunden werden.
public class ResourceValidationException : ValidationException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← ValidationException ← ResourceValidationException
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
ResourceValidationException(Veröffentlichung, StreamingContext)
Initialisiert eine neue Instanz der Aspose.Tasks.ResourceValidationException Klasse.
protected ResourceValidationException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
Die Serieninformationen.
context
StreamingContext
Das Serienkontext.
Properties
Resource
Er bekommt die Ressource, die die Ausnahme verursacht hat.
public Resource Resource { get; }