Classe ReplicationAgentException
The base exception class for exceptions generated during replication agent execution.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.ConnectionFailureException
Microsoft.SqlServer.Replication.FciException
Microsoft.SqlServer.Replication.NativeSqlConnectionException
Microsoft.SqlServer.Replication.OciException
Microsoft.SqlServer.Replication.OSException
Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Microsoft.SqlServer.Replication.PasswordWriteOnlyException
Microsoft.SqlServer.Replication.ReplicationAgentContainerException
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
Inherits Exception
'Utilizzo
Dim instance As ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentException : public Exception
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentException =
class
inherit Exception
end
public class ReplicationAgentException extends Exception
Nel tipo ReplicationAgentException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReplicationAgentException() | Creates a new instance of the ReplicationAgentException class. | |
ReplicationAgentException(String) | Creates a new instance of the ReplicationAgentException class with a specified error message. | |
ReplicationAgentException(SerializationInfo, StreamingContext) | Creates a new instance of the ReplicationAgentException class with serialized data. | |
ReplicationAgentException(String, Exception) | Creates a new instance of the ReplicationAgentException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
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. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. Esegue l'override di Exception.GetObjectData(SerializationInfo, StreamingContext). | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | 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.