ReplicationAgentContainerWithWatsonException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class.
Overloads
ReplicationAgentContainerWithWatsonException() |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class. |
ReplicationAgentContainerWithWatsonException(String) |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message. |
ReplicationAgentContainerWithWatsonException(String, Exception) |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception. |
ReplicationAgentContainerWithWatsonException()
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class.
public:
ReplicationAgentContainerWithWatsonException();
public ReplicationAgentContainerWithWatsonException ();
Public Sub New ()
Applies to
ReplicationAgentContainerWithWatsonException(String)
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message.
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)
Parameters
- message
- String
The message.
Applies to
ReplicationAgentContainerWithWatsonException(String, Exception)
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception.
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)
Parameters
- message
- String
The message.
- innerException
- Exception
The inner exception