Class IncorrectPasswordException
Navne til: Aspose.Imaging.CoreExceptions Sammensætning: Aspose.Imaging.dll (25.4.0)
Den forkerte adgangskode undtagelse.
public class IncorrectPasswordException : Exception, ISerializable
Inheritance
object ← Exception ← IncorrectPasswordException
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
IncorrectPasswordException(String)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.IncorrectPasswordException klasse.
public IncorrectPasswordException(string message)
Parameters
message
string
Den besked, der beskriver fejltagelsen.
IncorrectPasswordException(String, undtagelse)
Initialiserer en ny instans af Aspose.Imaging.CoreExceptions.IncorrectPasswordException klasse.
public IncorrectPasswordException(string message, Exception innerException)
Parameters
message
string
Den fejlmeddelelse, der forklarer årsagen til undtagelsen.
innerException
Exception
Undtagelsen, der er årsagen til den nuværende undtagelse, eller en null reference (Ingen i Visual Basic), hvis ingen indre exception er angivet.