Defines the exception levels available in P4Connection.
Namespace:
P4APIAssembly: p4api (in p4api)
Version: 1.0.0.0 (1.0.0)
Syntax
| C# |
|---|
public enum P4ExceptionLevels |
Members
| Member name | Description | |
|---|---|---|
| NoExceptionOnWarnings |
Exceptions will only be thrown when Perforce has errors. This is the default exception level.
| |
| NoExceptionOnErrors |
Exceptions will never be thrown when Perforce has errors.
| |
| ExceptionOnBothErrorsAndWarnings |
Exceptions will be thrown for both Errors and Warnings.
|