1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>blcksock: Class ESynapseError</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <a name="ESynapseError"></a><h1 class="cio">Class ESynapseError</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td>Methods</td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="unit">Unit</h2>
|
---|
15 | <p class="unitlink">
|
---|
16 | <a href="blcksock.html">blcksock</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type ESynapseError = class(Exception)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | Exception clas used by Synapse</p>
|
---|
23 | <p>
|
---|
24 | When you enable generating of exceptions, this exception is raised by Synapse's units.</p>
|
---|
25 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
26 | <ul class="hierarchy"><li class="ancestor">Exception</li>
|
---|
27 | <li class="thisitem">ESynapseError</li></ul><h2 class="overview">Overview</h2>
|
---|
28 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
29 | <table class="summary">
|
---|
30 | <tr class="list">
|
---|
31 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
32 | <td class="itemcode"><code>property <b><a href="blcksock.ESynapseError.html#ErrorCode">ErrorCode</a></b>: Integer read FErrorCode Write FErrorCode;</code></td>
|
---|
33 | </tr>
|
---|
34 | <tr class="list2">
|
---|
35 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
36 | <td class="itemcode"><code>property <b><a href="blcksock.ESynapseError.html#ErrorMessage">ErrorMessage</a></b>: string read FErrorMessage Write FErrorMessage;</code></td>
|
---|
37 | </tr>
|
---|
38 | </table>
|
---|
39 | <h2 class="description">Description</h2>
|
---|
40 | <h3 class="detail">Properties</h3>
|
---|
41 | <table class="detail">
|
---|
42 | <tr class="list">
|
---|
43 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
44 | <td class="itemcode"><a name="ErrorCode"></a><code>property <b>ErrorCode</b>: Integer read FErrorCode Write FErrorCode;</code></td>
|
---|
45 | </tr>
|
---|
46 | </table>
|
---|
47 | <p>
|
---|
48 | Code of error. Value depending on used operating system</p>
|
---|
49 | <table class="detail">
|
---|
50 | <tr class="list">
|
---|
51 | <td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
---|
52 | <td class="itemcode"><a name="ErrorMessage"></a><code>property <b>ErrorMessage</b>: string read FErrorMessage Write FErrorMessage;</code></td>
|
---|
53 | </tr>
|
---|
54 | </table>
|
---|
55 | <p>
|
---|
56 | Human readable description of error.</p>
|
---|
57 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:50</em>
|
---|
58 | </span>
|
---|
59 | </body></html>
|
---|