public enum ErrorMode
Public Enumeration ErrorMode
Dim instance As ErrorMode
public 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. |