Namespace:
NHibernate
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ innerException As Exception, _ sql As SqlString _ ) |
C# |
---|
public ADOException( string message, Exception innerException, SqlString sql ) |
Visual C++ |
---|
public: ADOException( String^ message, Exception^ innerException, SqlString^ sql ) |
JavaScript |
---|
NHibernate.ADOException = function(message, innerException, sql); |
Parameters
- message
- Type: System..::.String
- innerException
- Type: System..::.Exception
- sql
- Type: NHibernate.SqlCommand..::.SqlString