GrapeCity MultiRow Windows Forms Documentation
ThrowException Property


Gets a value that indicates whether to throw an exception.
Syntax
Public Property ThrowException As Boolean
Dim instance As DataErrorEventArgs
Dim value As Boolean
 
instance.ThrowException = value
 
value = instance.ThrowException
public bool ThrowException {get; set;}

Property Value

true to throw the System.Exception; otherwise, false.
Remarks

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.

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

DataErrorEventArgs Class
DataErrorEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.