CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Server.Hosts.Mobile.WcfErrorInfo Class Reference

Message containing details about any server-side exception. More...

Public Member Functions

 WcfErrorInfo (Exception ex)
 Creates an instance of the object. More...
 

Properties

string ExceptionTypeName [getset]
 Type name of the exception object. More...
 
string Message [getset]
 Message from the exception object. More...
 
string StackTrace [getset]
 Stack trace from the exception object. More...
 
string Source [getset]
 Source of the exception object. More...
 
string TargetSiteName [getset]
 Target site name from the exception object. More...
 
WcfErrorInfo InnerError [get]
 WcfErrorInfo object containing information about any inner exception of the original exception. More...
 

Detailed Description

Message containing details about any server-side exception.

Definition at line 19 of file WcfErrorInfo.cs.

Constructor & Destructor Documentation

◆ WcfErrorInfo()

Csla.Server.Hosts.Mobile.WcfErrorInfo.WcfErrorInfo ( Exception  ex)

Creates an instance of the object.

Parameters
exThe Exception to encapusulate.

Definition at line 60 of file WcfErrorInfo.cs.

Property Documentation

◆ ExceptionTypeName

string Csla.Server.Hosts.Mobile.WcfErrorInfo.ExceptionTypeName
getset

Type name of the exception object.

Definition at line 25 of file WcfErrorInfo.cs.

◆ InnerError

WcfErrorInfo Csla.Server.Hosts.Mobile.WcfErrorInfo.InnerError
get

WcfErrorInfo object containing information about any inner exception of the original exception.

Definition at line 52 of file WcfErrorInfo.cs.

◆ Message

string Csla.Server.Hosts.Mobile.WcfErrorInfo.Message
getset

Message from the exception object.

Definition at line 30 of file WcfErrorInfo.cs.

◆ Source

string Csla.Server.Hosts.Mobile.WcfErrorInfo.Source
getset

Source of the exception object.

Definition at line 40 of file WcfErrorInfo.cs.

◆ StackTrace

string Csla.Server.Hosts.Mobile.WcfErrorInfo.StackTrace
getset

Stack trace from the exception object.

Definition at line 35 of file WcfErrorInfo.cs.

◆ TargetSiteName

string Csla.Server.Hosts.Mobile.WcfErrorInfo.TargetSiteName
getset

Target site name from the exception object.

Definition at line 45 of file WcfErrorInfo.cs.