Enum DrawingExceptionMode
public enum DrawingExceptionMode
Fields
Default = 0
Default mode used in MapSuite component.
DrawException = 2
This item means that we will catch the exception and draw it to show error happens, while the user cannot catch it anymore.
ThrowException = 1
This item means the exception will be throw out and the rest of drawing will be terminated.