Helix SwarmHelix Swarm

P4API.Exceptions.ServerNotConnected_SetVar_AfterInitMembers.html

  • //
  • guest/
  • erik_purins/
  • P4.Net/
  • release/
  • 0.9/
  • doc/
  • html/
  • P4API.Exceptions.ServerNotConnected_SetVar_AfterInitMembers.html #1
  • View
  • Commits
  • Open Download .zip Download (8 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>ServerNotConnected_SetVar_AfterInit Members</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">ServerNotConnected_SetVar_AfterInit Members
  21. </h1>
  22. </div>
  23. </div>
  24. <div id="nstext">
  25. <p>
  26. <a href="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit.html">ServerNotConnected_SetVar_AfterInit overview</a>
  27. </p>
  28. <h4 class="dtH4">Public Instance Properties</h4>
  29. <div class="tablediv">
  30. <table class="dtTABLE" cellspacing="0">
  31. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassDataTopic.htm">Data</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets a collection of key/value pairs that provide additional, user-defined information about the exception.</td></tr>
  32. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassHelpLinkTopic.htm">HelpLink</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets or sets a link to the help file associated with this exception.</td></tr>
  33. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassInnerExceptionTopic.htm">InnerException</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTopic.htm">Exception</a> instance that caused the current exception.</td></tr>
  34. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit.Message.html">Message</a></td><td width="50%"> Gets the error message for the exception. </td></tr>
  35. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassSourceTopic.htm">Source</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets or sets the name of the application or the object that causes the error.</td></tr>
  36. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassStackTraceTopic.htm">StackTrace</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets a string representation of the frames on the call stack at the time the current exception was thrown.</td></tr>
  37. <tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTargetSiteTopic.htm">TargetSite</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets the method that throws the current exception.</td></tr></table>
  38. </div>
  39. <h4 class="dtH4">Public Instance Methods</h4>
  40. <div class="tablediv">
  41. <table class="dtTABLE" cellspacing="0">
  42. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%">Determines whether the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr>
  43. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetBaseExceptionTopic.htm">GetBaseException</a> (inherited from <b>Exception</b>)</td><td width="50%">When overridden in a derived class, returns the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTopic.htm">Exception</a> that is the root cause of one or more subsequent exceptions.</td></tr>
  44. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%">Serves as a hash function for a particular type. <b>GetHashCode</b> is suitable for use in hashing algorithms and data structures like a hash table.</td></tr>
  45. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetObjectDataTopic.htm">GetObjectData</a> (inherited from <b>Exception</b>)</td><td width="50%">When overridden in a derived class, sets the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemRuntimeSerializationSerializationInfoClassTopic.htm">SerializationInfo</a> with information about the exception.</td></tr>
  46. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetTypeTopic.htm">GetType</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets the runtime type of the current instance.</td></tr>
  47. <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassToStringTopic.htm">ToString</a> (inherited from <b>Exception</b>)</td><td width="50%">Creates and returns a string representation of the current exception.</td></tr></table>
  48. </div>
  49. <h4 class="dtH4">Protected Instance Properties</h4>
  50. <div class="tablediv">
  51. <table class="dtTABLE" cellspacing="0">
  52. <tr VALIGN="top"><td width="50%"><img src="protproperty.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassHResultTopic.htm">HResult</a> (inherited from <b>Exception</b>)</td><td width="50%">Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.</td></tr></table>
  53. </div>
  54. <h4 class="dtH4">Protected Instance Methods</h4>
  55. <div class="tablediv">
  56. <table class="dtTABLE" cellspacing="0">
  57. <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%">Allows an <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is reclaimed by garbage collection.</td></tr>
  58. <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%">Creates a shallow copy of the current <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr></table>
  59. </div>
  60. <h4 class="dtH4">See Also</h4>
  61. <p>
  62. <a href="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit.html">ServerNotConnected_SetVar_AfterInit Class</a> | <a href="P4API.Exceptions.html">P4API.Exceptions Namespace</a></p>
  63. <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
  64. <param name="Keyword" value="ServerNotConnected_SetVar_AfterInit class">
  65. </param>
  66. <param name="Keyword" value="P4API.Exceptions.ServerNotConnected_SetVar_AfterInit class">
  67. </param>
  68. <param name="Keyword" value="ServerNotConnected_SetVar_AfterInit class, all members">
  69. </param>
  70. </object>
  71. <hr />
  72. <div id="footer">
  73. <p>
  74. <a href="Copyright.html">Copyright 2006 Shawn Hladky</a>
  75. </p>
  76. <p>
  77. </p>
  78. </div>
  79. </div>
  80. </body>
  81. </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.ServerNotConnected_SetVar_AfterInitMembers.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.ServerNotConnected_SetVar_AfterInitMembers.html
#1 5830 Shawn Hladky P4.Net: reorg to support release branches 19 years ago
//guest/shawn_hladky/P4.Net/doc/html/P4API.Exceptions.ServerNotConnected_SetVar_AfterInitMembers.html
#1 5812 Shawn Hladky P4.Net: More documentation. 19 years ago