Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
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
)
Parameter
- message
Typ: System.String
The exception message.
- innerException
Typ: System.Exception
A throwing exception.
Siehe auch
Verweis
IntegrationServicesException Klasse
IntegrationServicesException-Überladung
Microsoft.SqlServer.Management.IntegrationServices-Namespace