1 write to Exception
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingCompleteEventArgs.cs (1)
29Exception = exception;
5 references to Exception
System.Windows.Forms.Tests (5)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (4)
24Assert.Null(e.Exception); 43Assert.Null(e.Exception); 62Assert.Equal(exception, e.Exception); 81Assert.Equal(exception, e.Exception);
System\Windows\Forms\BindingTests.cs (1)
578Assert.Null(e.Exception);