Class IncorrectPasswordException

Class IncorrectPasswordException

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

Výjimka nesprávného hesla.

public class IncorrectPasswordException : Exception, ISerializable

Dědičnost

objectExceptionIncorrectPasswordException

Implementuje

ISerializable

Děděné členy

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()

Konstruktory

IncorrectPasswordException(string)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.IncorrectPasswordException.

public IncorrectPasswordException(string message)

Parametry

message string

Zpráva, která popisuje chybu.

IncorrectPasswordException(string, Exception)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.IncorrectPasswordException.

public IncorrectPasswordException(string message, Exception innerException)

Parametry

message string

Chybová zpráva, která vysvětluje důvod výjimky.

innerException Exception

Výjimka, která je příčinou aktuální výjimky, nebo null reference (Nothing ve Visual Basic), pokud není specifikována žádná vnitřní výjimka.

 Čeština