Retrieves the SQLExceptionConverter in effect for this SessionFactory.

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

Syntax

C#
ISQLExceptionConverter SQLExceptionConverter { get; }
Visual Basic
ReadOnly Property SQLExceptionConverter As ISQLExceptionConverter
	Get
Visual C++
property ISQLExceptionConverter^ SQLExceptionConverter {
	ISQLExceptionConverter^ get ();
}

Return Value

The SQLExceptionConverter for this SessionFactory.

See Also