[Missing <summary> documentation for "M:NHibernate.Impl.AbstractSessionImpl.Convert(System.Exception,System.String)"]

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

Syntax

C#
protected Exception Convert(
	Exception sqlException,
	string message
)
Visual Basic
Protected Function Convert ( _
	sqlException As Exception, _
	message As String _
) As Exception
Visual C++
protected:
Exception^ Convert(
	Exception^ sqlException, 
	String^ message
)

Parameters

sqlException
Type: System..::..Exception

[Missing <param name="sqlException"/> documentation for "M:NHibernate.Impl.AbstractSessionImpl.Convert(System.Exception,System.String)"]

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.Impl.AbstractSessionImpl.Convert(System.Exception,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractSessionImpl.Convert(System.Exception,System.String)"]

See Also