Class IncorrectPasswordException

Class IncorrectPasswordException

A név: Aspose.Imaging.CoreExceptions Összefoglaló: Aspose.Imaging.dll (25.4.0)

A helytelen jelszó kivétel.

public class IncorrectPasswordException : Exception, ISerializable

Inheritance

object Exception IncorrectPasswordException

Implements

ISerializable

Örökletes tagok

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

Elindítja a Aspose.Imaging.CoreExceptions.IncorrectPasswordException osztály új példányát.

public IncorrectPasswordException(string message)

Parameters

message string

Az üzenet, amely leírja a hibát.

IncorrectPasswordException(Szilveszter, kivétel)

Elindítja a Aspose.Imaging.CoreExceptions.IncorrectPasswordException osztály új példányát.

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

A hiba üzenet, amely magyarázza a kivétel okát.

innerException Exception

Az a kivétel, amely a jelenlegi kivételt okozza, vagy egy nulla hivatkozás (Nincs Visual Basic-ban), ha nincs belső kiválasztás.

 Magyar