Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
ConnectionFault Class Reference

Fault class for connection state exceptions. More...

Inherits Fault.

Public Member Functions

 ConnectionFault (String cause, string detail)
 Initializes a new ConnectionFault instance with the specified cause description and a detailed fault description. More...
 
 ConnectionFault (String cause)
 Initializes a new ConnectionFault instance with the specified cause description. More...
 
- Public Member Functions inherited from Fault
 Fault (String cause, String detail)
 Initializes a new Fault instance with the specified cause description and a detailed fault description. More...
 
 Fault (String cause)
 Initializes a new Fault instance with the specified cause description. More...
 

Additional Inherited Members

- Properties inherited from Fault
string Cause [get, set]
 Short description of the cause of the exception. More...
 
string Detail [get, set]
 Detailed description of the exception. More...
 

Detailed Description

Fault class for connection state exceptions.

<author>Veli-Mikko Puupponen</author>

Constructor & Destructor Documentation

ConnectionFault ( String  cause,
string  detail 
)

Initializes a new ConnectionFault instance with the specified cause description and a detailed fault description.

Parameters
causeDescription of the cause
detailMore detailed description of the exception
ConnectionFault ( String  cause)

Initializes a new ConnectionFault instance with the specified cause description.

Parameters
causeDescription of the cause

The documentation for this class was generated from the following file: