private static void EmitServiceError(object obj0, ServiceErrorEventArgs obj1) { ServiceManager.HandleServiceError(obj1.Error); }
internal void Rb9WVwNDDG(ServiceErrorEventArgs obj0) { try { IService service = obj0.Error.Service; ServiceErrorType errorType = obj0.Error.ErrorType; string text = obj0.Error.Text; foreach (StrategyBase strategyBase in this.Y1oW8BMCy0(service)) strategyBase.A3V0urrUY(service, errorType, text); this.OnServiceError(service, errorType, text); } catch (Exception ex) { this.x6bWBlLIvv(ex); } }