개정판 be7b18b6
Debug 와 Debug_HS
Change-Id: I6d05505bdaf7bc3345d0c32b7d43aedce75e5d71
ConvertService/ServiceController/StationControllerService/DataService.svc.cs | ||
---|---|---|
91 | 91 |
result = entities.SELECT_RUN_PROJECTS(p_RUN_PROJECTS).ToList(); |
92 | 92 |
} |
93 | 93 |
} |
94 |
catch (Exception) |
|
94 |
catch (Exception ex)
|
|
95 | 95 |
{ |
96 |
System.Diagnostics.Debug.WriteLine(ex); |
|
96 | 97 |
throw new FaultException("GET_SELECT_RUN_PROJECTS"); |
97 | 98 |
} |
98 | 99 |
|
내보내기 Unified diff