IntegrationServicesException コンストラクター (String)
指定した例外メッセージを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public Sub New ( _
message As String _
)
'使用
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
)
パラメーター
- message
型: System.String
例外メッセージ。
関連項目
参照
IntegrationServicesException クラス