mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +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