Inheritance: System.Exception
Esempio n. 1
0
		public void Setup(InvalidSQLException exception)
		{
			txtError.Text = exception.InnerException.ToString();
			txtSql.Text = exception.SQL;
		}