public enum ErrorModePublic Enumeration ErrorMode
Dim instance As ErrorModepublic enum class ErrorMode| Error | 0 | The operation should raise an error. |
| Warning | 1 | The operation should display a warning, but continue. |
| Allow | 2 | The operation should continue silently. |