RollbackSeverity
Enum
Definition
The severity of error that causes PowerShell to automatically rollback the transaction.
public enum RollbackSeverity
- Inheritance
-
RollbackSeverity
Fields
| Error | Non-terminating errors or worse |
| Never | Do not rollback the transaction on error |
| TerminatingError | Terminating errors or worse |