ReplicationAgentContainerWithWatsonException Class

Definition

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)

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.

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)

Applies to