[Missing <summary> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static Exception Convert( ISQLExceptionConverter converter, Exception sqle, string message, SqlString sql, Object[] parameterValues, IDictionary<string, TypedValue> namedParameters ) |
Visual Basic |
---|
Public Shared Function Convert ( _ converter As ISQLExceptionConverter, _ sqle As Exception, _ message As String, _ sql As SqlString, _ parameterValues As Object(), _ namedParameters As IDictionary(Of String, TypedValue) _ ) As Exception |
Visual C++ |
---|
public: static Exception^ Convert( ISQLExceptionConverter^ converter, Exception^ sqle, String^ message, SqlString^ sql, array<Object^>^ parameterValues, IDictionary<String^, TypedValue^>^ namedParameters ) |
Parameters
- converter
- Type: NHibernate.Exceptions..::..ISQLExceptionConverter
[Missing <param name="converter"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
- sqle
- Type: System..::..Exception
[Missing <param name="sqle"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
- message
- Type: System..::..String
[Missing <param name="message"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
- sql
- Type: NHibernate.SqlCommand..::..SqlString
[Missing <param name="sql"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
- parameterValues
- Type: array<System..::..Object>[]()[][]
[Missing <param name="parameterValues"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
- namedParameters
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, TypedValue>)>)>
[Missing <param name="namedParameters"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,System.Exception,System.String,NHibernate.SqlCommand.SqlString,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]