Class IncorrectPasswordException
ja nimityö: Aspose.Imaging.CoreExceptions Kokoelma: Aspose.Imaging.dll (25.4.0)
Virheellinen salasanan poikkeus.
public class IncorrectPasswordException : Exception, ISerializable
Inheritance
object ← Exception ← IncorrectPasswordException
Implements
Perintöjäsenet
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)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.IncorrectPasswordException luokka.
public IncorrectPasswordException(string message)
Parameters
message
string
Viesti, joka kuvastaa virheen.
IncorrectPasswordException(Sinkki, poikkeus)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.IncorrectPasswordException luokka.
public IncorrectPasswordException(string message, Exception innerException)
Parameters
message
string
Virhe viesti, joka selittää poikkeuksen syyn.
innerException
Exception
Poikkeus, joka on nykyisen poikkeuksen syy, tai nolla viittaus (Mikään Visual Basicissa), jos ei sisäinen poikeus ole määritelty.