Clase ReplicationAgentException
The base exception class for exceptions generated during replication agent execution.
Jerarquía de herencia
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
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
Inherits Exception
'Uso
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
El tipo ReplicationAgentException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
MessageCode | Gets the error code of the underlying error. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.