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