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

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception.

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

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String 
Dim innerException As Exception 

Dim instance As New ReplicationAgentContainerWithWatsonException(message, _
    innerException)
public ReplicationAgentContainerWithWatsonException(
    string message,
    Exception innerException
)
public:
ReplicationAgentContainerWithWatsonException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ReplicationAgentContainerWithWatsonException
public function ReplicationAgentContainerWithWatsonException(
    message : String, 
    innerException : Exception
)

パラメーター

関連項目

参照

ReplicationAgentContainerWithWatsonException クラス

ReplicationAgentContainerWithWatsonException オーバーロード

Microsoft.SqlServer.Replication 名前空間