The DbException to be converted.

Namespace: NHibernate.Exceptions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Exception SqlException { get; set; }
Visual Basic
Public Property SqlException As Exception
	Get
	Set
Visual C++
public:
property Exception^ SqlException {
	Exception^ get ();
	void set (Exception^ value);
}

See Also