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

Fault class for method target instance state exceptions. More...

Inherits Fault.

Public Member Functions

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

<author>Veli-Mikko Puupponen</author>

Constructor & Destructor Documentation

TargetStateFault ( String  cause,
string  detail 
)

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

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

Initializes a new TargetStateFault instance with the specified cause description.

Parameters
causeDescription of the cause

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