Class IncorrectPasswordException

Class IncorrectPasswordException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Виключення неправильного пароля.

public class IncorrectPasswordException : Exception, ISerializable

Спадкування

objectExceptionIncorrectPasswordException

Реалізує

ISerializable

Спадковані члени

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), якщо внутрішнє виключення не вказано.

 Українська