|
|
@ -73,7 +73,7 @@ namespace SCP |
|
|
|
{ |
|
|
|
|
|
|
|
String errorCode = Guid.NewGuid().ToString(); |
|
|
|
String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message; |
|
|
|
String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message+ objExp.InnerException.StackTrace; |
|
|
|
HttpContext.Current.Server.ClearError(); |
|
|
|
|
|
|
|
|
|
|
|