Compartir a través de


ChangePasswordFailureException Constructor (String)

Initializes a new instance of the ChangePasswordFailureException class that has the specified message text.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New ChangePasswordFailureException(message)
public ChangePasswordFailureException(
    string message
)
public:
ChangePasswordFailureException(
    String^ message
)
new : 
        message:string -> ChangePasswordFailureException
public function ChangePasswordFailureException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    A String value that specifies the message text that describes the event that caused the exception.

Vea también

Referencia

ChangePasswordFailureException Clase

Sobrecarga de ChangePasswordFailureException

Espacio de nombres Microsoft.SqlServer.Management.Common