Class ResourceValidationException
De naam: Aspose.Tasks Verzameling: Aspose.Tasks.dll (25.4.0)
Het is een uitzondering die wordt gegooid wanneer fouten worden gevonden in de eigenschappen van de bron.
public class ResourceValidationException : ValidationException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← ValidationException ← ResourceValidationException
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
ResourceValidationException(Informatie, StreamingContext)
Initialiseert een nieuwe instantie van de Aspose.Tasks.ResourceValidationException klasse.
protected ResourceValidationException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
Informatie over serialisatie.
context
StreamingContext
Het serialisatiecontext.
Properties
Resource
Het is de bron die de uitzondering veroorzaakt.
public Resource Resource { get; }