GrapeCity.Win.MultiRow Namespace > DataErrorEventArgs Class : ThrowException Property |
Public Property ThrowException As Boolean
Dim instance As DataErrorEventArgs Dim value As Boolean instance.ThrowException = value value = instance.ThrowException
public bool ThrowException {get; set;}
Set this property to false if the GcMultiRow.DataError event handler has dealt with the exception represented by the Exception property, and you do not want to propagate the exception to another GcMultiRow.DataError event handler.
For debugging purposes, it can be useful to propagate the exception and inspect the stack trace for information regarding the context of the error.
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