Condividi tramite


Costruttore InvalidSqlServer2005StoreFormatException (String)

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

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

Sintassi

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

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

Parametri

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

Osservazioni

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

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

InvalidSqlServer2005StoreFormatException Classe

Overload InvalidSqlServer2005StoreFormatException

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers