개정판 8a440f6c
issue #1140: page url 이 404일 경우 메세지창 뜨도록 수정.
Change-Id: Ic055159601db20fa9c19cab6da84aeedb9d35857
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
574 | 574 |
inkBoard.Width = pageWidth; |
575 | 575 |
inkBoard.Height = pageHeight; |
576 | 576 |
} |
577 |
catch (Exception) |
|
577 |
catch (Exception ex)
|
|
578 | 578 |
{ |
579 |
throw; |
|
579 |
string failedmsg = CommonLib.Common.GetAlertMessageString("GetConversionStateFailed", "MSG", "Too Many V/P Files are uploading instantaneously, This V/P file can not be open now. Please feel free to re-open wait a moment again!\n\n현재 일시적으로 많은 양의 V/P가 등록되고 있어 이 문서를 열람할 수 없습니다.\n잠시만 기다려 주신 후 다시 열람하여 주시기 바랍니다"); |
|
580 |
DialogMessage_Alert(failedmsg, "Warning"); |
|
581 |
App.FileLogger.Fatal(ex); |
|
580 | 582 |
} |
581 | 583 |
|
582 | 584 |
|
내보내기 Unified diff