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