3 references to Error_InterfaceTypeNotInterface
System.Workflow.Activities (3)
EventSinkActivity.cs (1)
532
throw new Exception(SR.GetString(SR.
Error_InterfaceTypeNotInterface
, "InterfaceType"));
WebServiceReceive.cs (2)
534
ValidationError error = new ValidationError(SR.GetString(SR.
Error_InterfaceTypeNotInterface
, "InterfaceType"), ErrorNumbers.Error_InterfaceTypeNotInterface);
889
throw new Exception(SR.GetString(SR.
Error_InterfaceTypeNotInterface
, "InterfaceType"));