DevForce Help Reference
EntityServerErrorEventArgs Class
Members 


Arguments to a EntityServerError event.
Object Model
EntityServerErrorEventArgs ClassEntityServerException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class EntityServerErrorEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As EntityServerErrorEventArgs
[Serializable()]
public class EntityServerErrorEventArgs : System.EventArgs 
Remarks
The Exception contains the exception for which the event is raised. Use the Handled property to indicate if the error has been handled: if set to false the exception is re-thrown to the caller.
Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.EntityServerErrorEventArgs

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

EntityServerErrorEventArgs Members
IdeaBlade.EntityModel Namespace

Send Feedback