Sylloge
A C# helper library
Public Member Functions | Protected Member Functions | Properties
Sylloge.Forms.Exception Class Reference

List of all members.

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.

Detailed Description

Definition at line 30 of file Exception.cs.


Constructor & Destructor Documentation

Sylloge.Forms.Exception.Exception ( )

The default constructor.

Definition at line 35 of file Exception.cs.


Member Function Documentation

override void Sylloge.Forms.Exception.Dispose ( bool  disposing) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 31 of file Exception.designer.cs.


Property Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events