mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user