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






Returns one or more exceptions that occurred while processing batch update.

Syntax

Visual Basic (Declaration) 
Public Function GetBatchUpdateExceptions() As List(Of WebGridBatchUpdateException)
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As List(Of WebGridBatchUpdateException)
 
value = instance.GetBatchUpdateExceptions()
C# 
public List<WebGridBatchUpdateException> GetBatchUpdateExceptions()
Delphi 
public function GetBatchUpdateExceptions(): List; 
JScript 
public function GetBatchUpdateExceptions() : List;
Managed Extensions for C++ 
public: List<WebGridBatchUpdateException*>* GetBatchUpdateExceptions(); 
C++/CLI 
public:
List<WebGridBatchUpdateException^>^ GetBatchUpdateExceptions(); 

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.