개정판 289e9573
dev issue #000 : log
Change-Id: Ia21a1b52b1803492d3c0a5cc3bbf1e550655ec62
DTI_PID/SPPIDConverter/DB/SPPID_DB.cs | ||
---|---|---|
89 | 89 |
} |
90 | 90 |
catch (Exception ex) |
91 | 91 |
{ |
92 |
|
|
92 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
93 | 93 |
} |
94 | 94 |
|
95 | 95 |
return bResult; |
... | ... | |
157 | 157 |
} |
158 | 158 |
catch (Exception ex) |
159 | 159 |
{ |
160 |
|
|
160 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
161 | 161 |
} |
162 | 162 |
|
163 | 163 |
return bResult; |
... | ... | |
201 | 201 |
} |
202 | 202 |
catch (Exception ex) |
203 | 203 |
{ |
204 |
|
|
204 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
205 | 205 |
} |
206 | 206 |
|
207 | 207 |
return plantList; |
... | ... | |
246 | 246 |
} |
247 | 247 |
catch (Exception ex) |
248 | 248 |
{ |
249 |
|
|
249 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
250 | 250 |
} |
251 | 251 |
|
252 | 252 |
return dt; |
... | ... | |
293 | 293 |
} |
294 | 294 |
catch (Exception ex) |
295 | 295 |
{ |
296 |
|
|
296 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
297 | 297 |
} |
298 | 298 |
|
299 | 299 |
return TemplatePath; |
... | ... | |
412 | 412 |
} |
413 | 413 |
catch (Exception ex) |
414 | 414 |
{ |
415 |
|
|
415 |
System.Windows.Forms.MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace); |
|
416 | 416 |
} |
417 | 417 |
|
418 | 418 |
|
내보내기 Unified diff