Udostępnij za pośrednictwem


Konstruktor ReplicationAgentContainerWithWatsonException (String, Exception)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Użycie
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
)

Parametry