Class IncorrectPasswordException
Namn på plats: Aspose.Imaging.CoreExceptions Församling: Aspose.Imaging.dll (25.4.0)
Felaktiga lösenord undantag.
public class IncorrectPasswordException : Exception, ISerializable
Inheritance
object ← Exception ← IncorrectPasswordException
Implements
Arvsmedlemmar
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(Sträng)
Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.IncorrectPasswordException klass.
public IncorrectPasswordException(string message)
Parameters
message
string
Meddelandet som beskriver felet.
IncorrectPasswordException(String, undantag)
Initialiserar en ny instans av Aspose.Imaging.CoreExceptions.IncorrectPasswordException klass.
public IncorrectPasswordException(string message, Exception innerException)
Parameters
message
string
Felmeddelandet som förklarar orsaken till undantaget.
innerException
Exception
Undantaget som är orsaken till det aktuella undantaget, eller en noll referens (Ingenting i Visual Basic) om inget inre undantag anges.