Condividi tramite


Costruttore ConnectionCannotBeChangedException (String)

Initializes a new instance of the ConnectionCannotBeChangedException class with the specified message text.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
Dim message As String 

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

Parametri

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

Vedere anche

Riferimento

ConnectionCannotBeChangedException Classe

Overload ConnectionCannotBeChangedException

Spazio dei nomi Microsoft.SqlServer.Management.Common