Helix SwarmHelix Swarm

P4API.Exceptions.html

  • //
  • guest/
  • erik_purins/
  • P4.Net/
  • release/
  • 0.9/
  • doc/
  • html/
  • P4API.Exceptions.html #1
  • View
  • Commits
  • Open Download .zip Download (4 KB)
  1. <html dir="LTR">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
  4. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  5. <title>P4API.Exceptions</title>
  6. <xml>
  7. </xml>
  8. <link rel="stylesheet" type="text/css" href="MSDN.css" />
  9. </head>
  10. <body id="bodyID" class="dtBODY">
  11. <div id="nsbanner"> <div id="bannerrow1">
  12. <table class="bannerparthead" cellspacing="0" id="Table1">
  13. <tr id="hdr">
  14. <td class="runninghead">Perforce API for the .Net CLR</td>
  15. <td class="product"><img alt="P4.Net" src="p4net.GIF" /></td>
  16. </tr>
  17. </table>
  18. </div>
  19. <div id="TitleRow">
  20. <h1 class="dtH1">P4API.Exceptions Namespace</h1>
  21. </div>
  22. </div>
  23. <div id="nstext">
  24. <p>
  25. <span class="missing">Missing &lt;summary&gt; Documentation for P4API.Exceptions</span>
  26. </p>
  27. <p>
  28. <a href="P4API.ExceptionsHierarchy.html">Namespace hierarchy</a>
  29. </p>
  30. <h3 class="dtH3">Classes</h3>
  31. <div class="tablediv">
  32. <table class="dtTABLE" cellspacing="0">
  33. <tr valign="top">
  34. <th width="50%">Class</th>
  35. <th width="50%">Description</th>
  36. </tr>
  37. <tr valign="top">
  38. <td width="50%">
  39. <a href="P4API.Exceptions.FormCommandException.html">FormCommandException</a>
  40. </td>
  41. <td width="50%"> Exception: Interactive 'Form' commands are unsupported in P4API. Use the 'Fetch_Form' and 'Save_Form' methods of the P4Connection object. </td>
  42. </tr>
  43. <tr valign="top">
  44. <td width="50%">
  45. <a href="P4API.Exceptions.FormFetchException.html">FormFetchException</a>
  46. </td>
  47. <td width="50%"> Exception: Error attempting to fetch form. </td>
  48. </tr>
  49. <tr valign="top">
  50. <td width="50%">
  51. <a href="P4API.Exceptions.InvalidFormArgument.html">InvalidFormArgument</a>
  52. </td>
  53. <td width="50%"> Exception: You can not use the '-o' and '-i' flags in Fetch_Form and Save_Form. </td>
  54. </tr>
  55. <tr valign="top">
  56. <td width="50%">
  57. <a href="P4API.Exceptions.InvalidLogin.html">InvalidLogin</a>
  58. </td>
  59. <td width="50%"> Exception: Invalid login credentials. </td>
  60. </tr>
  61. <tr valign="top">
  62. <td width="50%">
  63. <a href="P4API.Exceptions.P4APIExceptions.html">P4APIExceptions</a>
  64. </td>
  65. <td width="50%"> Base exception for P4API. </td>
  66. </tr>
  67. <tr valign="top">
  68. <td width="50%">
  69. <a href="P4API.Exceptions.PerforceInitializationError.html">PerforceInitializationError</a>
  70. </td>
  71. <td width="50%"> Exception: Unable to connect to the Perforce Server! </td>
  72. </tr>
  73. <tr valign="top">
  74. <td width="50%">
  75. <a href="P4API.Exceptions.RunException.html">RunException</a>
  76. </td>
  77. <td width="50%"> Exception: Error running Perforce command! </td>
  78. </tr>
  79. <tr valign="top">
  80. <td width="50%">
  81. <a href="P4API.Exceptions.RunUnParsedException.html">RunUnParsedException</a>
  82. </td>
  83. <td width="50%"> Exception: Error running Perforce command! </td>
  84. </tr>
  85. <tr valign="top">
  86. <td width="50%">
  87. <a href="P4API.Exceptions.ServerAlreadyConnected.html">ServerAlreadyConnected</a>
  88. </td>
  89. <td width="50%"> Exception: Changing the port when a server is connected is not allowed! </td>
  90. </tr>
  91. <tr valign="top">
  92. <td width="50%">
  93. <a href="P4API.Exceptions.ServerNotConnected.html">ServerNotConnected</a>
  94. </td>
  95. <td width="50%"> Exception: Attempting to run a command while the Perforce Server is not connected! </td>
  96. </tr>
  97. <tr valign="top">
  98. <td width="50%">
  99. <a href="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit.html">ServerNotConnected_SetVar_AfterInit</a>
  100. </td>
  101. <td width="50%"> Exception: Attempting to set a property that can not be set after the server is connected! </td>
  102. </tr>
  103. </table>
  104. </div>
  105. <hr />
  106. <div id="footer">
  107. <p>
  108. <a href="Copyright.html">Copyright 2006 Shawn Hladky</a>
  109. </p>
  110. <p>
  111. </p>
  112. </div>
  113. </div>
  114. </body>
  115. </html>
# Change User Description Committed
#1 7341 Erik Purins p4.net
---
pull p4.net#head
16 years ago
//guest/shawn_hladky/P4.Net/release/0.9/doc/html/P4API.Exceptions.html
#1 5831 Shawn Hladky P4.Net: Branch release 0.9 and delete a few files missed last time 19 years ago
//guest/shawn_hladky/P4.Net/main/doc/html/P4API.Exceptions.html
#1 5830 Shawn Hladky P4.Net: reorg to support release branches 19 years ago
//guest/shawn_hladky/P4.Net/doc/html/P4API.Exceptions.html
#1 5812 Shawn Hladky P4.Net: More documentation. 19 years ago