IntegrationServicesException コンストラクター

定義

既定値を使用して IntegrationServicesException クラスの新しいインスタンスを初期化します。

オーバーロード

IntegrationServicesException()

IntegrationServicesException クラスの新しいインスタンスを初期化します。

IntegrationServicesException(String)

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

IntegrationServicesException(SerializationInfo, StreamingContext)

指定した情報とストリーム コンテキストを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。

IntegrationServicesException(String, Exception)

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

IntegrationServicesException()

IntegrationServicesException クラスの新しいインスタンスを初期化します。

public:
 IntegrationServicesException();
public IntegrationServicesException ();
Public Sub New ()

適用対象

IntegrationServicesException(String)

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

public:
 IntegrationServicesException(System::String ^ message);
public IntegrationServicesException (string message);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException : string -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

IntegrationServicesException(SerializationInfo, StreamingContext)

指定した情報とストリーム コンテキストを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。

public:
 IntegrationServicesException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public IntegrationServicesException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Public Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

ストリーム コンテキスト。

適用対象

IntegrationServicesException(String, Exception)

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

public:
 IntegrationServicesException(System::String ^ message, Exception ^ innerException);
public IntegrationServicesException (string message, Exception innerException);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException : string * Exception -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

スローする例外。

適用対象