Initializes a new instance of the ASAClientDriver class.

Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public ASAClientDriver()
Visual C++
public:
ASAClientDriver()
JavaScript
NHibernate.Driver.ASAClientDriver = function();

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the ASA.Data.AseClient assembly is not and can not be loaded.

See Also