System.Windows.Forms.DataGridViewDataErrorEventArgs.Exception Property

Gets the exception that represents the error.

Syntax

public Exception Exception { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To handle the exception by more than one System.Windows.Forms.DataGridViewDataErrorEventHandler, throw the exception again at the end of a handler by setting the DataGridViewDataErrorEventArgs.ThrowException property to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0