DevForce Help Reference
EntityServerErrorInterceptor Class
Members 


Provides server-side interception of exceptions.
Syntax
'Declaration
 
<DefaultExportAttribute(IsDefault=True, 
   ContractName="", 
   ContractType=IdeaBlade.EntityModel.Server.EntityServerErrorInterceptor)>
Public Class EntityServerErrorInterceptor 
'Usage
 
Dim instance As EntityServerErrorInterceptor
[DefaultExport(IsDefault=true, 
   ContractName="", 
   ContractType=IdeaBlade.EntityModel.Server.EntityServerErrorInterceptor)]
public class EntityServerErrorInterceptor 
Remarks
You can intercept errors which have been thrown on the server before they are sent to the calling application. Use the OnError method to provide your own processing of the exception, such as logging. You may also replace the exception with one more appropriate to the user or deployment. For example, you may not want guest users in a production deployment to see detailed error messages.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.Server.EntityServerErrorInterceptor

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

EntityServerErrorInterceptor Members
IdeaBlade.EntityModel.Server Namespace

Send Feedback