mirror of
https://github.com/stokebob/BealeEngineering.git
synced 2026-03-21 07:37:16 +00:00
Bugfix: Connection error needed to return a string
This commit is contained in:
@@ -34,7 +34,7 @@ namespace BealeEngineering.Core.Data.Database
|
||||
}
|
||||
catch (SqlException ex)
|
||||
{
|
||||
return ex.InnerException;
|
||||
return ex.InnerException.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user