Retrieves the SQLExceptionConverter in effect for this SessionFactory.
Namespace: NHibernate.EngineAssembly: 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 (); } |