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