ReplicationAgentContainerWithWatsonException コンストラクター (String, Exception)
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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
)