DevForce Help Reference
RemoteExceptionDetails Property (EntityServerException)


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