[Missing <summary> documentation for "P:NHibernate.Impl.SessionFactoryImpl.SQLExceptionConverter"]

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

Syntax

C#
public ISQLExceptionConverter SQLExceptionConverter { get; }
Visual Basic
Public ReadOnly Property SQLExceptionConverter As ISQLExceptionConverter
	Get
Visual C++
public:
virtual property ISQLExceptionConverter^ SQLExceptionConverter {
	ISQLExceptionConverter^ get () sealed;
}

Implements

ISessionFactoryImplementor..::..SQLExceptionConverter

See Also