Skip to content

Commit 60a3daf

Browse files
committed
Update VdwUtility.cs
1 parent b7005c8 commit 60a3daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Virtual_EDW/VdwUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public static void CreateVdwSchema(SqlConnection connection)
223223
}
224224
catch (Exception exception)
225225
{
226-
var errorMessage = $"An issue occurred creating the VDW schema '{FormBase.VdwConfigurationSettings.VdwSchema}' in the '{connection.Database}' database. The reported error is {exception.Message}";
226+
var errorMessage = $"An issue occurred creating the VDW schema '{FormBase.VdwConfigurationSettings.VdwSchema}' in the '{connection.Database}' database. The reported error is {exception.Message} - {exception.InnerException}";
227227
FormBase.VdwConfigurationSettings.VdwEventLog.Add(Event.CreateNewEvent(EventTypes.Error, errorMessage));
228228
}
229229
finally

0 commit comments

Comments
 (0)