ASP.NET Hosting

1 Comment

  • How about :P

    try

    {

    command.Execute();

    TransactionManager.Commit();

    }

    catch(Exception exception)

    {

    TransactionManager.Rollback();

    throw New ExpensiveConsultantException("Please call");

    }

Comments have been disabled for this content.