DevForce Help Reference
Error Property (SaveResult)


Returns non-null if an exception occurred during save processing.
Syntax
'Declaration
 
Public ReadOnly Property Error As EntityManagerSaveException
'Usage
 
Dim instance As SaveResult
Dim value As EntityManagerSaveException
 
value = instance.Error
public EntityManagerSaveException Error {get;}
Remarks
If you have subscribed to the EntityServerError event you can intercept and handle some exceptions in the handler before the SaveResult is returned. If you mark an error as handled the exception will still be available here, but the WasExceptionHandled flag will be true.
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