ReplicationAgentContainerWithWatsonException Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ReplicationAgentContainerWithWatsonException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReplicationAgentContainerWithWatsonException() | ||
ReplicationAgentContainerWithWatsonException(String) | ||
ReplicationAgentContainerWithWatsonException(String, Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | Sets the specified SerializationInfo with information about the exception. (Inherited from ReplicationAgentContainerException.) | |
GetType() | (Inherited from Exception.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
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.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
MessageCode | Gets the error code of the underlying error. (Inherited from ReplicationAgentException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top