Classe ReplicationAgentException
The base exception class for exceptions generated during replication agent execution.
Hiérarchie d'héritage
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
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
Inherits Exception
'Utilisation
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
Le type ReplicationAgentException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
MessageCode | Gets the error code of the underlying error. | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (remplace Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.