ReplicationAgentContainerWithWatsonException Class
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.
Represents the exception that is thrown when one or more errors are generated by a managed code-based replication agent using Watson.
public ref class ReplicationAgentContainerWithWatsonException sealed : Microsoft::SqlServer::Replication::ReplicationAgentContainerException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReplicationAgentContainerWithWatsonException : Microsoft.SqlServer.Replication.ReplicationAgentContainerException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReplicationAgentContainerWithWatsonException = class
inherit ReplicationAgentContainerException
Public NotInheritable Class ReplicationAgentContainerWithWatsonException
Inherits ReplicationAgentContainerException
- Inheritance
-
ReplicationAgentContainerWithWatsonException
- Attributes
Constructors
ReplicationAgentContainerWithWatsonException() |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class. |
ReplicationAgentContainerWithWatsonException(String, Exception) |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception. |
ReplicationAgentContainerWithWatsonException(String) |
Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message. |
Properties
ExceptionCollection |
Gets the collection of exception objects returned by the replication agent. (Inherited from ReplicationAgentContainerException) |
FlatExceptionCollection |
Gets the collection of exception objects accessed using the IEnumerable interface. (Inherited from ReplicationAgentContainerException) |
MessageCode |
Gets the error code of the underlying error. (Inherited from ReplicationAgentException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the specified SerializationInfo with information about the exception. (Inherited from ReplicationAgentContainerException) |