Defines the exception levels available in P4Connection.
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. |
Namespace: P4API
Assembly: p4api (in p4api.dll)