![]() |
Sylloge
A C# helper library
|
Public Member Functions | |
| Exception () | |
| The default constructor. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| string | Caption [set] |
| Sets the caption of this form. | |
| string | DisplayMessage [get, set] |
| Gets or sets the display message of this instance. | |
| string | Stack [get, set] |
| Gets or sets the stack data string associated with this instance. | |
Definition at line 30 of file Exception.cs.
| Sylloge.Forms.Exception.Exception | ( | ) |
The default constructor.
Definition at line 35 of file Exception.cs.
| override void Sylloge.Forms.Exception.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 31 of file Exception.designer.cs.
string Sylloge.Forms.Exception.Caption [set] |
Sets the caption of this form.
Definition at line 44 of file Exception.cs.
string Sylloge.Forms.Exception.DisplayMessage [get, set] |
Gets or sets the display message of this instance.
Definition at line 55 of file Exception.cs.
string Sylloge.Forms.Exception.Stack [get, set] |
Gets or sets the stack data string associated with this instance.
Definition at line 70 of file Exception.cs.
1.7.4