개정판 dbc1e5b6
로그 추가
Change-Id: Ifc485262adbcac61b11a2880cc224f5bb3d87ff4
ConvertService/ServiceBase/ConvertionWebService/Conversion.asmx.cs | ||
---|---|---|
48 | 48 |
} |
49 | 49 |
catch (Exception ex) |
50 | 50 |
{ |
51 |
logger.Error("Conversion Web Service Conversion Error", ex); |
|
51 | 52 |
SendNotice(ex.ToString()); |
52 | 53 |
} |
53 | 54 |
} |
... | ... | |
94 | 95 |
} |
95 | 96 |
catch (Exception ex) |
96 | 97 |
{ |
98 |
logger.Error("Conversion Web Service ConvertRun Error", ex); |
|
97 | 99 |
_result = ex.Message.ToString(); |
98 | 100 |
SendNotice("Project NO : " + prj_No + "\r\n DocumentUrl : " + document_Url + "\r\n Error" + ex.ToString()); |
99 | 101 |
} |
... | ... | |
125 | 127 |
} |
126 | 128 |
catch (Exception ex) |
127 | 129 |
{ |
130 |
logger.Error("Conversion Web Service ManualConvert Error", ex); |
|
128 | 131 |
_result = ex.Message.ToString(); |
129 | 132 |
SendNotice("Project NO : " + prj_No + "\r\n DocumentUrl : " + document_Url + "\r\n Error" + ex.ToString()); |
130 | 133 |
} |
... | ... | |
159 | 162 |
} |
160 | 163 |
catch (Exception ex) |
161 | 164 |
{ |
165 |
logger.Error("Conversion Web Service UpdateUrlEncode Error", ex); |
|
162 | 166 |
_result = ex.Message.ToString(); |
163 | 167 |
} |
164 | 168 |
return _result; |
... | ... | |
213 | 217 |
} |
214 | 218 |
catch (Exception ex) |
215 | 219 |
{ |
220 |
logger.Error("Conversion Web Service UpdateSlip Error", ex); |
|
216 | 221 |
_result = ex.Message.ToString(); |
217 | 222 |
} |
218 | 223 |
return _result; |
... | ... | |
233 | 238 |
} |
234 | 239 |
catch (Exception ex) |
235 | 240 |
{ |
241 |
logger.Error("Conversion Web Service UpdateResult Error", ex); |
|
236 | 242 |
_result = ex.Message.ToString(); |
237 | 243 |
} |
238 | 244 |
return _result; |
... | ... | |
257 | 263 |
} |
258 | 264 |
catch (Exception ex) |
259 | 265 |
{ |
266 |
logger.Error("Conversion Web Service UpdateVP Error", ex); |
|
260 | 267 |
_result = ex.Message.ToString(); |
261 | 268 |
} |
262 | 269 |
return _result; |
... | ... | |
271 | 278 |
} |
272 | 279 |
catch (Exception ex) |
273 | 280 |
{ |
281 |
logger.Error("Conversion Web Service CoverConvert Error", ex); |
|
274 | 282 |
_result = ex.Message.ToString(); |
275 | 283 |
} |
276 | 284 |
return _result; |
... | ... | |
364 | 372 |
} |
365 | 373 |
catch (Exception ex) |
366 | 374 |
{ |
375 |
logger.Error("Conversion Web Service SendKcom Error", ex); |
|
367 | 376 |
result = $"Markus V3 Connect Error {ex.Message}"; |
368 | 377 |
} |
369 | 378 |
} |
내보내기 Unified diff