Constructeur ReplicationAgentContainerWithWatsonException (String, Exception)
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
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
)