<p> Defines the exception levels available in P4Connection. </p>
<divclass="syntax">
<spanclass="lang">[VisualBasic]</span>
<br/>PublicEnumP4ExceptionLevels</div>
<divclass="syntax">
<spanclass="lang">[C#]</span>
<div>publicenumP4ExceptionLevels</div>
</div>
<h4class="dtH4">Members</h4>
<divclass="tablediv">
<tableclass="dtTABLE"cellspacing="0">
<trvalign="top">
<thwidth="50%">Member Name</th>
<thwidth="50%">Description</th>
</tr>
<trvalign="top"><td><b>NoExceptionOnWarnings</b></td><td> Exceptions will only be thrown when Perforce has errors. This is the default exception level. </td></tr>
<trvalign="top"><td><b>NoExceptionOnErrors</b></td><td> Exceptions will never be thrown when Perforce has errors. </td></tr>
<trvalign="top"><td><b>ExceptionOnBothErrorsAndWarnings</b></td><td> Exceptions will be thrown for both Errors and Warnings. </td></tr></table>