Classe ReplicationAgentContainerWithWatsonException
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the exception that is thrown when one or more errors are generated by a managed code-based replication agent using Watson.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.ReplicationAgentContainerException
Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReplicationAgentContainerWithWatsonException _
Inherits ReplicationAgentContainerException
'Utilizzo
Dim instance As ReplicationAgentContainerWithWatsonException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReplicationAgentContainerWithWatsonException : ReplicationAgentContainerException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentContainerWithWatsonException sealed : public ReplicationAgentContainerException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentContainerWithWatsonException =
class
inherit ReplicationAgentContainerException
end
public final class ReplicationAgentContainerWithWatsonException extends ReplicationAgentContainerException
Nel tipo ReplicationAgentContainerWithWatsonException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | Ereditato da Exception. |
![]() |
ExceptionCollection | Gets the collection of exception objects returned by the replication agent. Ereditato da ReplicationAgentContainerException. |
![]() |
FlatExceptionCollection | Gets the collection of exception objects accessed using the IEnumerable interface. Ereditato da ReplicationAgentContainerException. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da Exception. |
![]() |
MessageCode | Gets the error code of the underlying error. Ereditato da ReplicationAgentException. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Sets the specified SerializationInfo with information about the exception. Ereditato da ReplicationAgentContainerException. |
![]() |
GetType | Ereditato da Exception. |
![]() |
ToString | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.