Class IncorrectPasswordException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Исключение неправильного пароля.
public class IncorrectPasswordException : Exception, ISerializable
Наследование
object ← Exception ← IncorrectPasswordException
Реализует
Унаследованные члены
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()
Конструкторы
IncorrectPasswordException(string)
Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message)
Параметры
message
string
Сообщение, описывающее ошибку.
IncorrectPasswordException(string, Exception)
Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.IncorrectPasswordException.
public IncorrectPasswordException(string message, Exception innerException)
Параметры
message
string
Сообщение об ошибке, объясняющее причину исключения.
innerException
Exception
Исключение, которое является причиной текущего исключения, или ссылка null (Nothing в Visual Basic), если внутреннее исключение не указано.