using System; using System.Text; namespace P4API { /// <summary> /// Defines the exception levels available in P4Connection. /// </summary> public enum P4ExceptionLevels { /// <summary> /// Exceptions will only be thrown when Perforce has errors. This is the default exception level. /// </summary> NoExceptionOnWarnings, /// <summary> /// Exceptions will never be thrown when Perforce has errors. /// </summary> NoExceptionOnErrors, /// <summary> /// Exceptions will be thrown for both Errors and Warnings. /// </summary> ExceptionOnBothErrorsAndWarnings } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19706 | MikeEheler |
Populate //guest/shawn_hladky/P4.Net/... //guest/MikeEheler/P4.Net/.... |
||
//guest/shawn_hladky/P4.Net/release/0.9/src/P4API/ExceptionLevels.cs | |||||
#1 | 5831 | Shawn Hladky | P4.Net: Branch release 0.9 and delete a few files missed last time | ||
//guest/shawn_hladky/P4.Net/main/src/P4API/ExceptionLevels.cs | |||||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/src/P4API/ExceptionLevels.cs | |||||
#1 | 5801 | Shawn Hladky |
P4.Net. More misc changes |