Class IncorrectPasswordException

Class IncorrectPasswordException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

L’exception de mot de passe incorrect.

public class IncorrectPasswordException : Exception, ISerializable

Héritage

objectExceptionIncorrectPasswordException

Implémente

ISerializable

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

IncorrectPasswordException(string)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.IncorrectPasswordException.

public IncorrectPasswordException(string message)

Paramètres

message string

Le message qui décrit l’erreur.

IncorrectPasswordException(string, Exception)

Initialise une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.IncorrectPasswordException.

public IncorrectPasswordException(string message, Exception innerException)

Paramètres

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 en Visual Basic) si aucune exception interne n’est spécifiée.

 Français