136137138139140141142143144145146
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ReportInitialized failed", e); } finally { clearCurrentEvent(); }
172173174175176177178179180181182
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ReportStarted failed", e); } finally { clearCurrentEvent(); }
243244245246247248249250251252253
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("GroupStarted failed", e); } finally { clearCurrentEvent(); }
313314315316317318319320321322323
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ItemsStarted failed", e); } finally { clearCurrentEvent(); }
342343344345346347348349350351352
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ItemsAdvanced failed", e); } finally { clearCurrentEvent(); }
373374375376377378379380381382383
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ItemsFinished failed", e); } finally { clearCurrentEvent(); }
402403404405406407408409410411412
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("GroupFinished failed", e); } finally { clearCurrentEvent(); }
445446447448449450451452453454455
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("ReportFinished failed", e); } finally { clearCurrentEvent(); }
585586587588589590591592593594595
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("PageStarted failed", e); } finally { clearCurrentEvent(); }
780781782783784785786787788789790
{ throw fe; } catch (Exception e) { throw new FunctionProcessingException("PageFinished failed", e); } finally { clearCurrentEvent(); }