Class IncorrectPasswordException
Le nom : Aspose.Imaging.CoreExceptions Assemblée: Aspose.Imaging.dll (25.5.0)
L’exception du mot de passe incorrect.
public class IncorrectPasswordException : Exception, ISerializableInheritance
object ← Exception ← IncorrectPasswordException
Implements
I membri ereditari
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
IncorrectPasswordException(Le string)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message)Parameters
message string
Le message qui décrit l’erreur.
IncorrectPasswordException(Résumé, Exception)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message, Exception innerException)Parameters
message string
Le message d’erreur qui explique la raison de l’exception.
innerException Exception
L’exception qui est la cause de l’Exception actuelle, ou une référence nulle (Nothing in Visual Basic) si aucune exception interne n’est spécifiée.