Partager via


Constructeur InternalSmoErrorException (String)

Initializes a new instance of the InternalSmoErrorException class with the specified message.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

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

Paramètres

  • message
    Type : System.String
    A String value that specifies the message string for the Internal SMO Error exception.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

InternalSmoErrorException Classe

Surcharge InternalSmoErrorException

Espace de noms Microsoft.SqlServer.Management.Smo