Gets/Sets the Exception level when running Perforce commands.

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

Syntax

C#
public P4ExceptionLevels ExceptionLevel { get; set; }

Field Value

The exception level for the connection.

Remarks

This property controls when P4.Net will throw exceptions when the underlying Perforce commands raise errors and warnings.

The default is P4ExceptionLevels.NoExceptionOnWarnings

See Also