Inheritance: System.Exception
コード例 #1
0
ファイル: SqlErrorForm.cs プロジェクト: nHydrate/nHydrate
		public void Setup(InvalidSQLException exception)
		{
			txtError.Text = exception.InnerException.ToString();
			txtSql.Text = exception.SQL;
		}