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

Fault class for method parameter exceptions. More...

Inherits Fault.

Public Member Functions

 ParameterFault (String cause, string detail)
 Initializes a new ParameterFault instance with the specified cause description and a detailed fault description. More...
 
 ParameterFault (String cause)
 Initializes a new ParameterFault 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 method parameter exceptions.

<author>Veli-Mikko Puupponen</author>

Constructor & Destructor Documentation

ParameterFault ( String  cause,
string  detail 
)

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

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

Initializes a new ParameterFault instance with the specified cause description.

Parameters
causeDescription of the cause

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