<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassDataTopic.htm">Data</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets a collection of key/value pairs that provide additional user-defined information about the exception.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassHelpLinkTopic.htm">HelpLink</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets or sets a link to the help file associated with this exception.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassInnerExceptionTopic.htm">InnerException</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets the <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTopic.htm">Exception</a> instance that caused the current exception.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="P4API.Exceptions.ServerAlreadyConnected.Message.html">Message</a></td><tdwidth="50%"> Gets the error message for the exception. </td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassSourceTopic.htm">Source</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets or sets the name of the application or the object that causes the error.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassStackTraceTopic.htm">StackTrace</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets a string representation of the frames on the call stack at the time the current exception was thrown.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTargetSiteTopic.htm">TargetSite</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets the method that throws the current exception.</td></tr></table>
</div>
<h4class="dtH4">Public Instance Methods</h4>
<divclass="tablediv">
<tableclass="dtTABLE"cellspacing="0">
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><tdwidth="50%">Determines whether the specified <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is equal to the current <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetBaseExceptionTopic.htm">GetBaseException</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">When overridden in a derived class, returns the <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassTopic.htm">Exception</a> that is the root cause of one or more subsequent exceptions.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><tdwidth="50%">Serves as a hash function for a particular type. </td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetObjectDataTopic.htm">GetObjectData</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">When overridden in a derived class, sets the <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemRuntimeSerializationSerializationInfoClassTopic.htm">SerializationInfo</a> with information about the exception.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassGetTypeTopic.htm">GetType</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets the runtime type of the current instance.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="pubmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassToStringTopic.htm">ToString</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Creates and returns a string representation of the current exception.</td></tr></table>
<trVALIGN="top"><tdwidth="50%"><imgsrc="protproperty.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemExceptionClassHResultTopic.htm">HResult</a> (inherited from <b>Exception</b>)</td><tdwidth="50%">Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.</td></tr></table>
</div>
<h4class="dtH4">Protected Instance Methods</h4>
<divclass="tablediv">
<tableclass="dtTABLE"cellspacing="0">
<trVALIGN="top"><tdwidth="50%"><imgsrc="protmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><tdwidth="50%">Allows an <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> to attempt to free resources and perform other cleanup operations before the <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a> is reclaimed by garbage collection.</td></tr>
<trVALIGN="top"><tdwidth="50%"><imgsrc="protmethod.gif"></img><ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><tdwidth="50%">Creates a shallow copy of the current <ahref="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object</a>.</td></tr></table>