User-Defined Extensions for Replication
Exception Event Details
Exception
An action performed by the Replication Agent has failed.
VOID rxOnException(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxEXCOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
- RXA_DEFAULT - The Replication Agent handles the specified exception using its normal exception handling procedure.
- RXA_SKIP - The Replication Agent ignores the exception.
- RXA_SHUTDOWN - The Replication Agent shuts down.