Class IncorrectPasswordException

Class IncorrectPasswordException

Der Name: Aspose.Imaging.CoreExceptions Versammlung: Aspose.Imaging.dll (25.4.0)

Die falsche Passwort Ausnahme.

public class IncorrectPasswordException : Exception, ISerializable

Inheritance

object Exception IncorrectPasswordException

Implements

ISerializable

Vererbte Mitglieder

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)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.IncorrectPasswordException Klasse.

public IncorrectPasswordException(string message)

Parameters

message string

Die Nachricht, die den Fehler beschreibt.

IncorrectPasswordException(String, Ausnahme)

Initialisiert eine neue Instanz der Aspose.Imaging.CoreExceptions.IncorrectPasswordException Klasse.

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

Die Fehlermeldung, die die Ursache für die Ausnahme erklärt.

innerException Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder eine null-Referenz (Nichts in Visual Basic), wenn keine inneren Ausnahme angegeben ist.

 Deutsch