Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

##region

#region

#comments

comments

#exceptions

exceptions

#unit of work

unit of work

##region

#comments

#exceptions

#unit of work

#region

comments

exceptions

unit of work

replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link
deleted 3 characters in body
Source Link
Mathieu Guindon
  • 75.5k
  • 18
  • 194
  • 467
 catch (Exception ex)
 {
 this.transaction.Rollback();
 throw;
 }
 catch (Exception ex)
 {
 this.transaction.Rollback();
 throw;
 }
 catch (Exception)
 {
 this.transaction.Rollback();
 throw;
 }
Source Link
Mathieu Guindon
  • 75.5k
  • 18
  • 194
  • 467
Loading
lang-cs

AltStyle によって変換されたページ (->オリジナル) /