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.WcfPortal.WcfErrorInfo Class Reference
Inheritance diagram for Csla.WcfPortal.WcfErrorInfo:

Protected Member Functions

void RaisePropertyChanged (string propertyName)
 

Properties

System.Runtime.Serialization.ExtensionDataObject ExtensionData [getset]
 
string ExceptionTypeName [getset]
 
Csla.WcfPortal.WcfErrorInfo InnerError [getset]
 
string Message [getset]
 
string Source [getset]
 
string StackTrace [getset]
 
string TargetSiteName [getset]
 

Events

System.ComponentModel.PropertyChangedEventHandler PropertyChanged
 

Detailed Description

Definition at line 239 of file Reference.cs.

Member Function Documentation

◆ RaisePropertyChanged()

void Csla.WcfPortal.WcfErrorInfo.RaisePropertyChanged ( string  propertyName)
protected

Definition at line 352 of file Reference.cs.

Property Documentation

◆ ExceptionTypeName

string Csla.WcfPortal.WcfErrorInfo.ExceptionTypeName
getset

Definition at line 273 of file Reference.cs.

◆ ExtensionData

System.Runtime.Serialization.ExtensionDataObject Csla.WcfPortal.WcfErrorInfo.ExtensionData
getset

Definition at line 263 of file Reference.cs.

◆ InnerError

Csla.WcfPortal.WcfErrorInfo Csla.WcfPortal.WcfErrorInfo.InnerError
getset

Definition at line 286 of file Reference.cs.

◆ Message

string Csla.WcfPortal.WcfErrorInfo.Message
getset

Definition at line 299 of file Reference.cs.

◆ Source

string Csla.WcfPortal.WcfErrorInfo.Source
getset

Definition at line 312 of file Reference.cs.

◆ StackTrace

string Csla.WcfPortal.WcfErrorInfo.StackTrace
getset

Definition at line 325 of file Reference.cs.

◆ TargetSiteName

string Csla.WcfPortal.WcfErrorInfo.TargetSiteName
getset

Definition at line 338 of file Reference.cs.

Event Documentation

◆ PropertyChanged

System.ComponentModel.PropertyChangedEventHandler Csla.WcfPortal.WcfErrorInfo.PropertyChanged

Definition at line 350 of file Reference.cs.