Partager via


Constructeur UtilityException (String)

Initializes a new, default instance of the UtilityException class with the specified error message.

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

Syntaxe

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

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

Paramètres

  • message
    Type : System.String
    Contains a message describing the error.

Voir aussi

Référence

UtilityException Classe

Surcharge UtilityException

Espace de noms Microsoft.SqlServer.Management.Utility