Perforce API for the .Net CLR P4.Net

P4ExceptionLevels Enumeration

Defines the exception levels available in P4Connection.

[Visual Basic]
Public Enum P4ExceptionLevels
[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.

Requirements

Namespace: P4API

Assembly: p4api (in p4api.dll)

See Also

P4API Namespace