WCF-Xtensions Class Reference for .NET
OriginalObject Property (ErrorContext)






Gets the original object that caused the error.
Syntax
public System.object OriginalObject {get;}
public read-only property OriginalObject: System.TObject; 
public function get OriginalObject : System.Object
public: __property System.Object* get_OriginalObject();
public:
property System.Object^ OriginalObject {
   System.Object^ get();
}
'Declaration
 
Public ReadOnly Property OriginalObject As System.Object
 
'Usage
 
Dim instance As ErrorContext
Dim value As System.Object
 
value = instance.OriginalObject

Property Value

The original object that caused the error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ErrorContext Class
ErrorContext Members

Send Feedback