개정판 a79d6d46
dev issue #000 : commit
DTI_PID/SPPIDAutoModeling/ItemObject.cs | ||
---|---|---|
310 | 310 |
} |
311 | 311 |
catch (Exception ex) |
312 | 312 |
{ |
313 |
Console.WriteLine(ex.StackTrace);
|
|
313 |
Log.WriteLine(ex);
|
|
314 | 314 |
} |
315 | 315 |
} |
316 | 316 |
// End |
... | ... | |
335 | 335 |
} |
336 | 336 |
catch (Exception ex) |
337 | 337 |
{ |
338 |
Console.WriteLine(ex.StackTrace);
|
|
338 |
Log.WriteLine(ex);
|
|
339 | 339 |
} |
340 | 340 |
// End |
341 | 341 |
} |
342 | 342 |
} |
343 | 343 |
catch (Exception ex) |
344 | 344 |
{ |
345 |
Console.WriteLine(ex.StackTrace);
|
|
345 |
Log.WriteLine(ex);
|
|
346 | 346 |
return false; |
347 | 347 |
} |
348 | 348 |
return true; |
... | ... | |
502 | 502 |
} |
503 | 503 |
catch (Exception ex) |
504 | 504 |
{ |
505 |
Console.WriteLine(ex.StackTrace);
|
|
505 |
Log.WriteLine(ex);
|
|
506 | 506 |
return false; |
507 | 507 |
} |
508 | 508 |
return true; |
... | ... | |
532 | 532 |
} |
533 | 533 |
catch (Exception ex) |
534 | 534 |
{ |
535 |
Console.WriteLine(ex.StackTrace);
|
|
535 |
Log.WriteLine(ex);
|
|
536 | 536 |
} |
537 | 537 |
} |
538 | 538 |
} |
... | ... | |
628 | 628 |
} |
629 | 629 |
catch (Exception ex) |
630 | 630 |
{ |
631 |
Console.WriteLine(ex.StackTrace);
|
|
631 |
Log.WriteLine(ex);
|
|
632 | 632 |
return false; |
633 | 633 |
} |
634 | 634 | |
... | ... | |
675 | 675 |
} |
676 | 676 |
catch (Exception ex) |
677 | 677 |
{ |
678 |
Console.WriteLine(ex.StackTrace);
|
|
678 |
Log.WriteLine(ex);
|
|
679 | 679 |
} |
680 | 680 | |
681 | 681 |
|
내보내기 Unified diff