1 write to Exception
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewDataErrorEventArgs.cs (1)
17Exception = exception;
24 references to Exception
System.Windows.Forms (24)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (4)
1132throw dgvdee.Exception; 1158throw dgvdee.Exception; 1190throw dgvdee.Exception; 1443throw dgvdee.Exception;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (13)
3108throw dgvdee.Exception; 3173throw dgvdee2.Exception; 3791throw dgvdee.Exception; 4051throw dgvdee.Exception; 4065throw dgvdee.Exception; 6242throw dgvdee.Exception; 6256throw dgvdee.Exception; 9773return dgvdee is null || (dgvdee.ThrowException ? throw dgvdee.Exception : !dgvdee.Cancel); 9808return dgvdee.ThrowException ? throw dgvdee.Exception : !dgvdee.Cancel; 14675string errorText = e.Exception is null 14677: string.Format(SR.DataGridView_ErrorMessageText_WithException, e.Exception); 20066throw dgvdee.Exception; 21497throw dgvdee.Exception;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1638throw dgvdee.Exception; 1675throw dgvdee.Exception;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
938throw dgvdee.Exception; 975throw dgvdee.Exception; 1010throw dgvdee.Exception;
System\Windows\Forms\Controls\DataGridView\DataGridViewDataErrorEventArgs.cs (2)
25[MemberNotNullWhen(true, nameof(Exception))] 31if (value && Exception is null)