Mini SQL Query Extensibility Documentation
Exception Property
NamespacesMiniSqlQuery.CoreQueryRunnerException

[Missing <summary> documentation for "P:MiniSqlQuery.Core.QueryRunner.Exception"]

Declaration Syntax
C#Visual BasicVisual C++
public DbException Exception { get; protected set; }
Public Property Exception As DbException
public:
property DbException^ Exception {
	DbException^ get ();
	void set (DbException^ value);
}

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)