66
break;
67
case ConversationMode.Rollback:
68
conversation.Abort();
69
70
default:
71
throw new ArgumentOutOfRangeException();
72
}