Compartir a través de


IntegrationServicesException Constructor (String)

Initializes a new instance of the IntegrationServicesException class with the specified exception message.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

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

Parámetros

Vea también

Referencia

IntegrationServicesException Clase

Sobrecarga de IntegrationServicesException

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices