public void RouteError(Exception e) { if (m_enabledByDefault || e is InitializationException || e is AddinException) { m_syncOrchestrator.Stop(); } }