次の方法で共有


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

内部例外

適用対象