DevForce Help Reference
RemoteSource Property (EntityServerException)


Returns the source of the InnerException thrown on the remote Object Server.
Syntax
'Declaration
 
Public ReadOnly Property RemoteSource As String
'Usage
 
Dim instance As EntityServerException
Dim value As String
 
value = instance.RemoteSource
public string RemoteSource {get;}
Remarks
When using a remote Object Server, the InnerException will not be returned to the client, however the RemoteSource and other properties provide information on 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

EntityServerException Class
EntityServerException Members

Send Feedback