Udostępnij za pośrednictwem


Konstruktor ChangePasswordFailureException (String)

Inicjuje nowe wystąpienie ChangePasswordFailureException klasy, który ma komunikat określony tekst.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
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
)

Parametry

  • message
    Typ: System.String
    A String wartość, która określa tekst komunikatu, który opis zdarzenie, który spowodował wyjątek.