Share via


RelationalStrings.CaseWhenClauseTestTypeUnexpected(Object, Object) Method

Definition

The operand type of '{whenOperandType}' in a when clause is invalid. The expected type is '{expectedWhenOperandType}'.

public static string CaseWhenClauseTestTypeUnexpected (object whenOperandType, object expectedWhenOperandType);
static member CaseWhenClauseTestTypeUnexpected : obj * obj -> string
Public Shared Function CaseWhenClauseTestTypeUnexpected (whenOperandType As Object, expectedWhenOperandType As Object) As String

Parameters

whenOperandType
Object
expectedWhenOperandType
Object

Returns

Applies to