Apps72 / DbMocker

Data Mocker for C# DbConnection
MIT License
35 stars 11 forks source link

Add detailed SQL Query in the InnerException. #6

Closed dvoituron closed 4 years ago

dvoituron commented 5 years ago

When the following exception occurred, add the detailed SQL in the InnerException property.

Exception: "No mock found. Use MockDbConnection.Mocks.Where(...).Returns(...) methods to define mocks."

=> Add SQL Query in the InnerException.