Intersoft WebGrid Documentation
AddBatchUpdateException Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : AddBatchUpdateException Method






exception
Adds an exception when a batch update-related error occurred. Use this method to take advantage of partial error support in custom object updating scenario.

Syntax

Visual Basic (Declaration) 
Public Sub AddBatchUpdateException( _
   ByVal exception As WebGridBatchUpdateException _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim exception As WebGridBatchUpdateException
 
instance.AddBatchUpdateException(exception)
C# 
public void AddBatchUpdateException( 
   WebGridBatchUpdateException exception
)
Delphi 
public procedure AddBatchUpdateException( 
    exception: WebGridBatchUpdateException
); 
JScript 
public function AddBatchUpdateException( 
   exception : WebGridBatchUpdateException
);
Managed Extensions for C++ 
public: void AddBatchUpdateException( 
   WebGridBatchUpdateException* exception
) 
C++/CLI 
public:
void AddBatchUpdateException( 
   WebGridBatchUpdateException^ exception
) 

Parameters

exception

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

©2012 Intersoft Solutions Corp. All Rights Reserved.