
| 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 | |
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.System.Object
System.EventArgs
IdeaBlade.EntityModel.EntityServerErrorEventArgs
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