DevForce Help Reference
WasExceptionHandled Method


Returns true if the save operation threw an exception handled by an EntityServerError handler.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function WasExceptionHandled( _
   ByVal op As SaveStatus _
) As Boolean
'Usage
 
Dim op As SaveStatus
Dim value As Boolean
 
value = SaveStatusExtensions.WasExceptionHandled(op)
[Extension()]
public static bool WasExceptionHandled( 
   SaveStatus op
)

Parameters

op
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

SaveStatusExtensions Class
SaveStatusExtensions Members

Send Feedback