Condividi tramite


Costruttore IntegrationServicesException (String, Exception)

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IntegrationServicesException Classe

Overload IntegrationServicesException

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices