SqlTranslatingExpressionVisitor.CreateUnhandledItemException<T> Metoda

Definicja

Tworzy nieobsługiwany wyjątek elementu.

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

Parametry typu

T

Parametr typu ogólnego.

Parametry

unhandledItem
T

Nieobsługiwany element.

visitMethod
String

Metoda visit, która nie jest zaimplementowana.

Zwraca

Wyjątek nowego nieobsługiwanego elementu.

Dotyczy