System.Windows.Forms.BindingManagerDataErrorEventArgs.BindingManagerDataErrorEventArgs C# (CSharp) Méthode

BindingManagerDataErrorEventArgs() public méthode

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