Class IncorrectPasswordException
Nazwa przestrzeń: Aspose.Imaging.CoreExceptions Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Nieprawidłowe wyłączenie hasła.
public class IncorrectPasswordException : Exception, ISerializable
Inheritance
object ← Exception ← IncorrectPasswordException
Implements
Dziedziczeni członkowie
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(strumień)
Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message)
Parameters
message
string
Przesłanie opisujące błąd.
IncorrectPasswordException(Szydło, wyjątek)
Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message, Exception innerException)
Parameters
message
string
Wiadomość błędu, która wyjaśnia przyczynę wyjątku.
innerException
Exception
Wyjątek, który jest przyczyną bieżącego wyjątku, lub zero odniesienia (Nic w Visual Basic), jeśli nie ma wewnętrznego wyłączenia określone.