[Missing <summary> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,NHibernate.Exceptions.AdoExceptionContextInfo)"]

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

Syntax

C#
public static Exception Convert(
	ISQLExceptionConverter converter,
	AdoExceptionContextInfo exceptionContextInfo
)
Visual Basic
Public Shared Function Convert ( _
	converter As ISQLExceptionConverter, _
	exceptionContextInfo As AdoExceptionContextInfo _
) As Exception
Visual C++
public:
static Exception^ Convert(
	ISQLExceptionConverter^ converter, 
	AdoExceptionContextInfo^ exceptionContextInfo
)

Parameters

converter
Type: NHibernate.Exceptions..::..ISQLExceptionConverter

[Missing <param name="converter"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,NHibernate.Exceptions.AdoExceptionContextInfo)"]

exceptionContextInfo
Type: NHibernate.Exceptions..::..AdoExceptionContextInfo

[Missing <param name="exceptionContextInfo"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,NHibernate.Exceptions.AdoExceptionContextInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.Convert(NHibernate.Exceptions.ISQLExceptionConverter,NHibernate.Exceptions.AdoExceptionContextInfo)"]

See Also