ScriptErrorHandlingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the script error handling modes.
public enum ScriptErrorHandlingMode
type ScriptErrorHandlingMode =
Public Enum ScriptErrorHandlingMode
- Inheritance
-
ScriptErrorHandlingMode
Fields
Name | Value | Description |
---|---|---|
IgnoreNone | 0 | The mode is IgnoreNone. |
IgnoreAll | 1 | The mode is IgnoreAll. |