Class InvalidPasswordException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Représente le type d’exception qui est lancé lors de l’ouverture d’un fichier protégé par mot de passe avec un mot de passe incorrect.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class InvalidPasswordException : TasksException, ISerializable
Héritage
object ← Exception ← ApplicationException ← TasksException ← InvalidPasswordException
Implémente
Membres hérités
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()
Constructeurs
InvalidPasswordException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe Aspose.Tasks.InvalidPasswordException.
protected InvalidPasswordException(SerializationInfo info, StreamingContext context)
Paramètres
info
SerializationInfo
Les informations de sérialisation.
context
StreamingContext
Le contexte de sérialisation.