개정판 a7372e37
kcom_Api 수정
Change-Id: I9dcefa2c90444f26fdc5bb68ee5c1092f172c9dc
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
97 | 97 |
|
98 | 98 |
PageImage = BitmapFrame.Create(pageItem.LocalUri, BitmapCreateOptions.None, BitmapCacheOption.OnLoad); |
99 | 99 |
} |
100 |
catch (Exception ex)
|
|
100 |
catch (Exception) |
|
101 | 101 |
{ |
102 |
throw new Exception("GetPageAsync(string BasePageUri,int PageNo)", ex); |
|
102 |
PageImage = await GetPageAsync(PageNo); |
|
103 |
//throw new Exception("GetPageAsync(string BasePageUri,int PageNo)", ex); |
|
103 | 104 |
} |
104 | 105 |
finally |
105 | 106 |
{ |
내보내기 Unified diff