개정판 f7530a9e
issue #937: throw ArgumentException when there is no final PDF
Change-Id: I09872ce9844a8069e2d997018cc3f7746f251e4a
FinalService/KCOM_FinalService/KCOM_FinalService/Remoting/RemFinalPDFStation.cs | ||
---|---|---|
203 | 203 |
} |
204 | 204 |
else |
205 | 205 |
{ |
206 |
ThreadPool.QueueUserWorkItem(this.MakeMergedPDF, _entity.FINAL_PDF.First()); |
|
207 |
///throw new ArgumentException(string.Format("ProjectNo : {0}, FinalID : {1}", ProjectNo, FinalID)); |
|
206 |
throw new ArgumentException(string.Format("ProjectNo : {0}, FinalID : {1}", ProjectNo, FinalID)); |
|
208 | 207 |
} |
209 | 208 |
} |
210 | 209 |
} |
내보내기 Unified diff