Builds a minimal converter. The instance returned here just always converts to GenericADOException.

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

Syntax

C#
public static ISQLExceptionConverter BuildMinimalSQLExceptionConverter()
Visual Basic
Public Shared Function BuildMinimalSQLExceptionConverter As ISQLExceptionConverter
Visual C++
public:
static ISQLExceptionConverter^ BuildMinimalSQLExceptionConverter()

Return Value

The minimal converter.

See Also