DefaultQuerySqlGenerator.CreateUnhandledItemException<T> Method

Definition

Creates unhandled item exception.

protected override Exception CreateUnhandledItemException<T> (T unhandledItem, string visitMethod);
override this.CreateUnhandledItemException : 'T * string -> Exception
Protected Overrides Function CreateUnhandledItemException(Of T) (unhandledItem As T, visitMethod As String) As Exception

Type Parameters

T

Generic type parameter.

Parameters

unhandledItem
T

The unhandled item.

visitMethod
String

The visit method.

Returns

The new unhandled item exception.

Applies to