Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 414 Bytes

BeginTransactionBeforeTryCatch.md

File metadata and controls

10 lines (6 loc) · 414 Bytes

Violating transaction rules for the 'BeginTransaction' method (BeginTransactionBeforeTryCatch)

Description

The BeginTransaction method must be outside the TryCatch block immediately before the Try operator;

Sources