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
החריגה שגרמה לחריגה הנוכחית, או הפניה ריקה (Nothing ב-Visual Basic) אם לא צוינה חריגה פנימית.