Compartir a través de


IntegrationServicesException Constructor (String, Exception)

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, _
    innerException As Exception _
)
'Uso
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
)

Parámetros

Vea también

Referencia

IntegrationServicesException Clase

Sobrecarga de IntegrationServicesException

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices