Share 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