Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
When we encounter an error, we generally just list off the details of the exception, and the SqlException object doesn't tell us the name of the stored procedure. But, we do have the name of the stored procedure within the loop we are deploying from, so it would be possible to wrap the SqlException in an exception that contains the name of the stored procedure.
|