次の方法で共有


IntegrationServicesException コンストラクター (String, Exception)

指定した例外メッセージを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
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
)

パラメーター

関連項目

参照

IntegrationServicesException クラス

IntegrationServicesException オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間