DevForce Help Reference
RemoteExceptionName Property (EntityServerException)


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