Membros ChangePasswordFailureException
The ChangePasswordFailureException class is an exception that is raised when an unsuccessful attempt is made to change the password of the login that establishes a connection with the instance of SQL Server by using SQL Server Authentication.
O tipo ChangePasswordFailureException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ChangePasswordFailureException() () () () | Initializes a new instance of the ChangePasswordFailureException class. |
![]() |
ChangePasswordFailureException(String) | Initializes a new instance of the ChangePasswordFailureException class that has the specified message text. |
![]() |
ChangePasswordFailureException(String, Exception) | Initializes a new instance of the ChangePasswordFailureException class that has the specified message text and inner exception. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Herdado de Exception.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de Exception.) |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Consulte também