Class ResourceValidationException
Navne til: Aspose.Tasks Sammensætning: Aspose.Tasks.dll (25.5.0)
Det repræsenterer en undtagelse, der kastes, når fejl findes i ressourceegenskaber.
public class ResourceValidationException : ValidationException, ISerializableInheritance
object ← Exception ← ApplicationException ← ValidationException ← ResourceValidationException
Implements
De arvede medlemmer
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(SerializationInfo, StreamingKontext)
Initialiserer en ny instans af Aspose.Tasks.ResourceValidationException klasse.
protected ResourceValidationException(SerializationInfo info, StreamingContext context)Parameters
info SerializationInfo
Det er serialisering info.
context StreamingContext
Den serielle kontekst.
Properties
Resource
Den ressource, der forårsager undtagelsen.
public Resource Resource { get; }