DevForce Help Reference
WasExceptionHandled Property


Returns true if an exception was thrown but handled by an EntityServerError handler.
Syntax
'Declaration
 
Public ReadOnly Property WasExceptionHandled As Boolean
'Usage
 
Dim instance As SaveResult
Dim value As Boolean
 
value = instance.WasExceptionHandled
public bool WasExceptionHandled {get;}
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

SaveResult Class
SaveResult Members

Send Feedback