Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New IntegrationServicesException(message, _
innerException)
public IntegrationServicesException(
string message,
Exception innerException
)
public:
IntegrationServicesException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> IntegrationServicesException
public function IntegrationServicesException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
The exception message.
- innerException
Type : System.Exception
A throwing exception.
Voir aussi
Référence
IntegrationServicesException Classe
Surcharge IntegrationServicesException
Espace de noms Microsoft.SqlServer.Management.IntegrationServices