This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightcore.drawingexceptionmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.drawingexceptionmode [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode ====== | ====== ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | This enum is used to describe some choice when exception hanppens during drawing Layers or Overlays. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Items == | ||
+ | **Default** | ||
+ | * **Summary**:Default mode used in MapSuite component. | ||
- | <!-- Enumeration --> | + | **ThrowException** |
- | ===== Items ===== | + | * **Summary**:This item means the exception will be throw out and the rest of drawing will be terminated. |
- | ^ Name ^ Summary ^ | + | |
- | | Default | | | + | **DrawException** |
- | | ThrowException | | | + | * **Summary**:This item means that we will catch the exception and draw it to show error happens, while the user cannot catch it any more. |
- | | DrawException | | | + | |
- | __NOTOC__ | ||
- | [[Category:SilverlightMapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | ||
- | [[Category:UpdateDocumentation]] | ||