Class IncorrectPasswordException
De naam: Aspose.Imaging.CoreExceptions Verzameling: Aspose.Imaging.dll (25.5.0)
De verkeerde wachtwoord uitzondering.
public class IncorrectPasswordException : Exception, ISerializableInheritance
object ← Exception ← IncorrectPasswordException
Implements
Geëerbiede leden
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)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.IncorrectPasswordException klasse.
public IncorrectPasswordException(string message)Parameters
message string
De boodschap die de fout beschrijft.
IncorrectPasswordException(String, uitzondering)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.IncorrectPasswordException klasse.
public IncorrectPasswordException(string message, Exception innerException)Parameters
message string
Het foutbericht dat de reden voor de uitzondering verklaart.
innerException Exception
De uitzondering die de oorzaak is van de huidige uitzondering, of een nul verwijzing (Nothing in Visual Basic) als geen innerlijke uitdrukking is aangegeven.