Defines the exception levels available in P4Connection.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public enum P4ExceptionLevels

Members

Member nameDescription
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.

See Also