[Missing <summary> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.CreateUnhandledItemException``1(``0,System.String)"]

Namespace: Remotion.Linq.Parsing
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected abstract Exception CreateUnhandledItemException<T>(
	T unhandledItem,
	string visitMethod
)
Visual Basic
Protected MustOverride Function CreateUnhandledItemException(Of T) ( _
	unhandledItem As T, _
	visitMethod As String _
) As Exception
Visual C++
protected:
generic<typename T>
virtual Exception^ CreateUnhandledItemException(
	T unhandledItem, 
	String^ visitMethod
) abstract

Parameters

unhandledItem
Type: T

[Missing <param name="unhandledItem"/> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.CreateUnhandledItemException``1(``0,System.String)"]

visitMethod
Type: System..::..String

[Missing <param name="visitMethod"/> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.CreateUnhandledItemException``1(``0,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.CreateUnhandledItemException``1(``0,System.String)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.ThrowingExpressionTreeVisitor.CreateUnhandledItemException``1(``0,System.String)"]

See Also