Class IncorrectPasswordException
İsim alanı : Aspose.Imaging.CoreExceptions Toplantı: Aspose.Imaging.dll (25.5.0)
Yanlış şifre istisnası.
public class IncorrectPasswordException : Exception, ISerializableInheritance
object ← Exception ← IncorrectPasswordException
Implements
mirasçı üyeleri
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(Sırt)
Aspose.Imaging.CoreExceptions.IncorrectPasswordException sınıfının yeni bir örneğini başlatır.
public IncorrectPasswordException(string message)Parameters
message string
Hatayı anlatan mesaj.
IncorrectPasswordException(Çerçeve, istisna)
Aspose.Imaging.CoreExceptions.IncorrectPasswordException sınıfının yeni bir örneğini başlatır.
public IncorrectPasswordException(string message, Exception innerException)Parameters
message string
Bir hata mesajı, istisnanın nedenini açıklıyor.
innerException Exception
Mevcut istisnanın nedeni olan istisna veya null referans (Visual Basic’te Hiçbir şey) eğer hiçbir iç istisna belirtilmezse.