ErrorAction 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.
Contains values that are used to specify the error action to take.
public enum class ErrorAction
public enum ErrorAction
type ErrorAction =
Public Enum ErrorAction
- Inheritance
-
ErrorAction
Fields
Name | Value | Description |
---|---|---|
Exit | 0 | Exits on error. |
Ignore | 1 | Ignores the error, and continues. |