Condividi tramite


ChangePasswordFailureException Class

The ChangePasswordFailureException class is an exception that is raised when an unsuccessful attempt is made to change the password of the logon used to establish a connection with the instance of Microsoft SQL Server by using SQL Server Authentication.

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class ChangePasswordFailureException
    Inherits ConnectionException
[SerializableAttribute] 
public sealed class ChangePasswordFailureException : ConnectionException
[SerializableAttribute] 
public ref class ChangePasswordFailureException sealed : public ConnectionException
/** @attribute SerializableAttribute() */ 
public final class ChangePasswordFailureException extends ConnectionException
SerializableAttribute 
public final class ChangePasswordFailureException extends ConnectionException

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   System.Exception
     System.SystemException
       Microsoft.SqlServer.Management.Common.ConnectionException
        Microsoft.SqlServer.Management.Common.ChangePasswordFailureException

Esempio

How to: Catch an Exception in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ChangePasswordFailureException Members
Microsoft.SqlServer.Management.Common Namespace

Altre risorse

Handling SMO Exceptions