Class IncorrectPasswordException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Undantaget för felaktigt lösenord.
public class IncorrectPasswordException : Exception, ISerializable
Arv
object ← Exception ← IncorrectPasswordException
Implementerar
Ärvda medlemmar
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()
Konstruktörer
IncorrectPasswordException(string)
Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message)
Parametrar
message
string
Meddelandet som beskriver felet.
IncorrectPasswordException(string, Exception)
Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message, Exception innerException)
Parametrar
message
string
Felmeddelandet som förklarar orsaken till undantaget.
innerException
Exception
Undantaget som orsakar det aktuella undantaget, eller en null-referens (Nothing i Visual Basic) om inget inre undantag anges.