Method HandleUpdateException
HandleUpdateException(Exception)
Called when an exception is hit by the replication thread. The default implementation prints the full stacktrace to the InfoStream set in InfoStream, or the Default one. You can override to log the exception elsewhere.
Declaration
protected virtual void HandleUpdateException(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception |
Remarks
NOTE: If you override this method to throw the exception further, the replication thread will be terminated. The only way to restart it is to call StopUpdateThread() followed by StartUpdateThread(Int64, String).