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

Base class for all fault exceptions transferred through the WCF interfaces of the server. More...

Inherited by ConnectionFault, ParameterFault, and TargetStateFault.

Public Member Functions

 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...
 

Properties

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

Base class for all fault exceptions transferred through the WCF interfaces of the server.

<author>Veli-Mikko Puupponen</author>

Constructor & Destructor Documentation

Fault ( String  cause,
String  detail 
)

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

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

Initializes a new Fault instance with the specified cause description.

Parameters
causeDescription of the cause

Property Documentation

string Cause
getset

Short description of the cause of the exception.

string Detail
getset

Detailed description of the exception.


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