ErrorAction Enum

Definition

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

Exit 0

Exits on error.

Ignore 1

Ignores the error, and continues.

Applies to