System.Windows.Forms.BindingManagerDataErrorEventArgs.BindingManagerDataErrorEventArgs C# (CSharp) Method

BindingManagerDataErrorEventArgs() public method

public BindingManagerDataErrorEventArgs ( Exception exception )
exception System.Exception
		public BindingManagerDataErrorEventArgs(Exception exception) : base ()
		{
			this.exception = exception;
		}
		#endregion	// Public Constructors
BindingManagerDataErrorEventArgs