2 references to InvalidType
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
273
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.
InvalidType
, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.VariableType.ToString())));
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
86
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.
InvalidType
, SR.GetString(SR.QueryFunctionTypeNotSupported, this.function.ReturnType.ToString())));