<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>P4API.Exceptions</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0" id="Table1"> <tr id="hdr"> <td class="runninghead">Perforce API for the .Net CLR</td> <td class="product"><img alt="P4.Net" src="p4net.GIF" /></td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">P4API.Exceptions Namespace</h1> </div> </div> <div id="nstext"> <p> <span class="missing">Missing <summary> Documentation for P4API.Exceptions</span> </p> <p> <a href="P4API.ExceptionsHierarchy.html">Namespace hierarchy</a> </p> <h3 class="dtH3">Classes</h3> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr valign="top"> <th width="50%">Class</th> <th width="50%">Description</th> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.DiffNotImplemented.html">DiffNotImplemented</a> </td> <td width="50%"> Support for diff (without -s* flag) not yet implemented </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.ErrorPauseCalled.html">ErrorPauseCalled</a> </td> <td width="50%"> ClientUser ErrorPause method was called. This in unsupported in P4.Net. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.FileNotFound.html">FileNotFound</a> </td> <td width="50%"> Exception: File not found! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.FormCommandException.html">FormCommandException</a> </td> <td width="50%"> Exception: Interactive 'Form' commands are unsupported in P4API. Use the 'Fetch_Form' and 'Save_Form' methods of the P4Connection object. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.FormFetchException.html">FormFetchException</a> </td> <td width="50%"> Exception: Error attempting to fetch form. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.FormParseException.html">FormParseException</a> </td> <td width="50%"> Error parsing the form spec. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.InvalidFormArgument.html">InvalidFormArgument</a> </td> <td width="50%"> Exception: You can not use the '-o' and '-i' flags in Fetch_Form and Save_Form. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.InvalidLogin.html">InvalidLogin</a> </td> <td width="50%"> Exception: Invalid login credentials. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.MergeNotImplemented.html">MergeNotImplemented</a> </td> <td width="50%"> Support for merging not yet implemented </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.P4APIExceptions.html">P4APIExceptions</a> </td> <td width="50%"> Base exception for P4API. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.PerforceInitializationError.html">PerforceInitializationError</a> </td> <td width="50%"> Exception: Unable to connect to the Perforce Server! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.RunException.html">RunException</a> </td> <td width="50%"> Exception: Error running Perforce command! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.RunUnParsedException.html">RunUnParsedException</a> </td> <td width="50%"> Exception: Error running Perforce command! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.ServerAlreadyConnected.html">ServerAlreadyConnected</a> </td> <td width="50%"> Exception: Changing the port when a server is connected is not allowed! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.ServerNotConnected.html">ServerNotConnected</a> </td> <td width="50%"> Exception: Attempting to run a command while the Perforce Server is not connected! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit.html">ServerNotConnected_SetVar_AfterInit</a> </td> <td width="50%"> Exception: Attempting to set a property that can not be set after the server is connected! </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.Exceptions.StreamNotWriteable.html">StreamNotWriteable</a> </td> <td width="50%"> Exception: Can not write to stream. </td> </tr> </table> </div> <hr /> <div id="footer"> <p> <a href="Copyright.html">Copyright 2006 Shawn Hladky</a> </p> <p> </p> </div> </div> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19706 | MikeEheler |
Populate //guest/shawn_hladky/P4.Net/... //guest/MikeEheler/P4.Net/.... |
||
//guest/shawn_hladky/P4.Net/main/doc/html/P4API.Exceptions.html | |||||
#3 | 7709 | Shawn Hladky | P4.Net: Cleanup, documentation, and a a start for implementing an object-based output for filelog. | ||
#2 | 6105 | Shawn Hladky | P4.Net: Updating documentation output to sandcastle. | ||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/doc/html/P4API.Exceptions.html | |||||
#1 | 5812 | Shawn Hladky | P4.Net: More documentation. |