言語

ReplicationAgentContainerWithWatsonException コンストラクター

定義

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

オーバーロード

名前 説明
ReplicationAgentContainerWithWatsonException()

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

ReplicationAgentContainerWithWatsonException(String)

指定されたメッセージで ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

ReplicationAgentContainerWithWatsonException(String, Exception)

指定されたメッセージと内部例外を用いて、 ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

ReplicationAgentContainerWithWatsonException()

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

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

適用対象

ReplicationAgentContainerWithWatsonException(String)

指定されたメッセージで ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

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

パラメーター

message
String

メッセージ。

適用対象

ReplicationAgentContainerWithWatsonException(String, Exception)

指定されたメッセージと内部例外を用いて、 ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

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

パラメーター

message
String

メッセージ。

innerException
Exception

内部例外

適用対象