2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 20:43:19 +00:00
This commit is contained in:
2019-11-11 12:50:10 +03:00
parent 5e87ea5247
commit 238ac2563b
5 changed files with 19 additions and 7 deletions

View File

@@ -1153,7 +1153,7 @@ namespace Esiur.Net.IIP
}
catch (Exception ex)
{
SendError(ErrorType.Exception, callback, 0, ex.ToString());
SendError(ErrorType.Exception, callback, 0, ex.InnerException.ToString());
return;
}