12 references to Unexpected
System.ServiceModel (12)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (3)
299
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryVariableNull)));
328
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryMustBeSeekable)));
335
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryVariableTypeNotSupported, this.variable.VariableType.ToString())));
System\ServiceModel\Dispatcher\QueryFunctions.cs (3)
135
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryFunctionTypeNotSupported, this.function.ReturnType.ToString())));
173
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryFunctionTypeNotSupported, this.function.ArgTypes[i].ToString())));
211
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryFunctionTypeNotSupported, this.function.ReturnType.ToString())));
System\ServiceModel\Dispatcher\QueryNode.cs (2)
641
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryMustBeSeekable)));
1059
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryProcessingException(QueryProcessingError.
Unexpected
, SR.GetString(SR.QueryContextNotSupportedInSequences)));
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
281
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
));
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
514
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
));
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
230
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
));
349
throw DiagnosticUtility.ExceptionUtility.ThrowHelperCritical(new QueryProcessingException(QueryProcessingError.
Unexpected
));