DrawingExceptionMode¶
Namespace: ThinkGeo.Core
public enum DrawingExceptionMode
Inheritance Object → ValueType → Enum → DrawingExceptionMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 2 | Default mode used in MapSuite component. |
ThrowException | 0 | This item means the exception will be throw out and the rest of drawing will be terminated. |
DrawException | 1 | This item means that we will catch the exception and draw it to show error happens, while the user |
cannot catch it anymore. |