45 references to WorkflowServicesErrorNumbers
System.WorkflowServices (45)
System\Workflow\Activities\ReceiveActivityValidator.cs (1)
40WorkflowServicesErrorNumbers.Error_OperationInfoNotSpecified,
System\Workflow\Activities\SendActivityValidator.cs (1)
41WorkflowServicesErrorNumbers.Error_OperationInfoNotSpecified,
System\Workflow\Activities\ValidationHelper.cs (43)
111WorkflowServicesErrorNumbers.Error_InvalidMaxItemsInObjectGraph, 166WorkflowServicesErrorNumbers.Error_ContractNameDuplicate, false)); 282WorkflowServicesErrorNumbers.Error_OperationNotImplemented, 299WorkflowServicesErrorNumbers.Error_DuplicatedOperationName, 316WorkflowServicesErrorNumbers.Error_OperationNotImplemented, 333WorkflowServicesErrorNumbers.Error_DuplicatedOperationName, 351WorkflowServicesErrorNumbers.Error_DuplicatedOperationName, 403WorkflowServicesErrorNumbers.Error_ChannelTokenNotSpecified, 413WorkflowServicesErrorNumbers.Error_ChannelTokenNameNotSpecified, 423WorkflowServicesErrorNumbers.Error_ChannelTokenConfigurationNameNotSpecified, 465WorkflowServicesErrorNumbers.Error_OwnerActivityNameNotFound, 514WorkflowServicesErrorNumbers.Error_ContextTokenNameNotSpecified, 525WorkflowServicesErrorNumbers.Error_RootContextScope, 567WorkflowServicesErrorNumbers.Error_OwnerActivityNameNotFound, 607WorkflowServicesErrorNumbers.Error_OperationNameNotSpecified, false, "ServiceOperationInfo")); 619WorkflowServicesErrorNumbers.Error_OperationNameInvalid, false, "ServiceOperationInfo")); 626WorkflowServicesErrorNumbers.Error_ContractNameNotSpecified, 634WorkflowServicesErrorNumbers.Error_ContractNameInvalid, 660WorkflowServicesErrorNumbers.Error_OperationParameterPosition, 670WorkflowServicesErrorNumbers.Error_OperationParameterPositionDuplicate, 684WorkflowServicesErrorNumbers.Error_OperationParameterNameInvalid, 694WorkflowServicesErrorNumbers.Error_OperationParameterNameDuplicate, 708WorkflowServicesErrorNumbers.Error_OperationParameterType, 721WorkflowServicesErrorNumbers.Error_ContractTypeNotSpecified, 739WorkflowServicesErrorNumbers.Error_ContractTypeNotFound, 747WorkflowServicesErrorNumbers.Error_ContractTypeNotInterface, 755WorkflowServicesErrorNumbers.Error_ServiceContractAttributeMissing, 766WorkflowServicesErrorNumbers.Error_OperationNotInContract, 774WorkflowServicesErrorNumbers.Error_AsyncPatternOperationNotSupported, 790WorkflowServicesErrorNumbers.Error_ReturnTypeInOneWayOperation, 803WorkflowServicesErrorNumbers.Error_OperationParameterPosition, 813WorkflowServicesErrorNumbers.Error_OperationParameterPositionDuplicate, 823WorkflowServicesErrorNumbers.Error_OperationParameterNameInvalid, 833WorkflowServicesErrorNumbers.Error_OperationParameterNameDuplicate, 843WorkflowServicesErrorNumbers.Error_OperationParameterDirectionInOneWayOperation, 954WorkflowServicesErrorNumbers.Warning_SendActivityParameterBindingMissing, 966WorkflowServicesErrorNumbers.Warning_ReceiveActivityReturnValueBindingMissing, 975WorkflowServicesErrorNumbers.Warning_ReceiveActivityParameterBindingMissing, 1017validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_ServiceContractAttributeMissing, contractType.FullName), WorkflowServicesErrorNumbers.Error_ServiceContractAttributeMissing, false, "ServiceOperationInfo")); 1023validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_OperationNotInContract, methodInfo.Name, contractType.FullName), WorkflowServicesErrorNumbers.Error_OperationNotInContract, false, "ServiceOperationInfo")); 1030validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_OperationContractAttributeMissing, methodInfo.Name), WorkflowServicesErrorNumbers.Error_OperationContractAttributeMissing, false, "ServiceOperationInfo")); 1054validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_Validation_OperationIsOneWay, methodInfo.Name), WorkflowServicesErrorNumbers.Error_OperationIsOneWay, false, "CanCreateInstance")); 1058validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_OperationNotInitiating, methodInfo.Name), WorkflowServicesErrorNumbers.Error_OperationNotInitiating, false, "CanCreateInstance"));