2 references to Error_TypeNotPublicSerializable
System.Workflow.Activities (2)
WebServiceReceive.cs (1)
587
ValidationError validationError = new ValidationError(SR.GetString(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.
Error_TypeNotPublicSerializable
);
WebServiceResponse.cs (1)
422
ValidationError validationError = new ValidationError(SR.GetString(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.
Error_TypeNotPublicSerializable
);