IdeaBlade DevForce 2010 Help Reference
EntityServerErrorEventArgs Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityServerErrorEventArgs Class



Arguments to a EntityManager.EntityServerError event.

Object Model

EntityServerErrorEventArgs ClassEntityServerException Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class EntityServerErrorEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As EntityServerErrorEventArgs
C# 
[SerializableAttribute()]
public class EntityServerErrorEventArgs : System.EventArgs 
C++/CLI 
[SerializableAttribute()]
public ref class EntityServerErrorEventArgs : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.